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 3e37be5 commit b00bd38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
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.11
- chewBBACA only works with **Python 3** (automatic testing for Python 3.8-3.12
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
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "chewBBACA"
version = "3.3.2"
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"numpy~=1.24.3",
"scipy~=1.10.1",
Expand Down Expand Up @@ -53,7 +53,6 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
Expand Down

0 comments on commit b00bd38

Please sign in to comment.