From b00bd38fc69086509dd7c0b7e5688cb0a7b2c8bf Mon Sep 17 00:00:00 2001 From: rfm-targa Date: Tue, 23 Jan 2024 10:29:28 +0000 Subject: [PATCH] Updated GitHub Actions workflow. --- .github/workflows/chewbbaca.yml | 2 +- CHEWBBACA/docs/user/getting_started/important_notes.rst | 2 +- pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chewbbaca.yml b/.github/workflows/chewbbaca.yml index c3bce5f7..3715b48a 100644 --- a/.github/workflows/chewbbaca.yml +++ b/.github/workflows/chewbbaca.yml @@ -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 diff --git a/CHEWBBACA/docs/user/getting_started/important_notes.rst b/CHEWBBACA/docs/user/getting_started/important_notes.rst index c071bde7..fe94e89a 100644 --- a/CHEWBBACA/docs/user/getting_started/important_notes.rst +++ b/CHEWBBACA/docs/user/getting_started/important_notes.rst @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 69216a76..4bedfbc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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", ]