Skip to content

Commit

Permalink
Updated GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm-targa committed Jan 23, 2024
1 parent cec4732 commit ea35ab1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/chewbbaca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand All @@ -24,8 +24,6 @@ jobs:
- name: install dependencies
run: |
python -m pip install --upgrade pip
# Install setuptools to provide distutils for Python >3.12
pip install setuptools
pip install pytest
pip install py
Expand Down
2 changes: 1 addition & 1 deletion CHEWBBACA/docs/user/getting_started/important_notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Important Notes
===============

- chewBBACA only works with **Python 3** (automatic testing for Python 3.8-3.12
- chewBBACA only works with **Python 3** (automatic testing for Python 3.8-3.11
with GitHub Actions).
- We strongly recommend that users install and use **BLAST 2.9.0+** with chewBBACA, as
chewBBACA's processes have been extensively tested with that version of BLAST.
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Operating System :: Unix",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# url = 'https://github.com/B-UMMI/chewBBACA',
# keywords = ['cgMLST', 'bacterial typing', 'nomenclature server'],
# install_requires = install_requires,
# python_requires = '>=3.7',
# python_requires = '>=3.8',
include_package_data = True,
# entry_points={'console_scripts': ["chewBBACA.py = CHEWBBACA.chewBBACA:main",
# "chewie = CHEWBBACA.chewBBACA:main"]
Expand Down

0 comments on commit ea35ab1

Please sign in to comment.