diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7319e2..41d1e4d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v2 diff --git a/README.rst b/README.rst index e2ce906..f97a78a 100644 --- a/README.rst +++ b/README.rst @@ -75,7 +75,7 @@ We are providing support on `Gitter `_ Main dependencies ================= -- `Python 3.8+ `_ +- `Python 3.9+ `_ - `Numpy `_ (automatically installed by pip) - `Palettable `_ (automatically installed by pip) diff --git a/pyproject.toml b/pyproject.toml index f7cc0d9..c7345c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,11 @@ classifiers=[ "Intended Audience :: Science/Research", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering :: Bio-Informatics", ] diff --git a/tox.ini b/tox.ini index 3a271bd..67c83fd 100644 --- a/tox.ini +++ b/tox.ini @@ -21,11 +21,11 @@ ignore_basepython_conflict = true [gh-actions] python = - 3.8: py3 3.9: py3 3.10: py3 3.11: py3 - 3.12: check-packaging, lint, docs, coverage + 3.12: py3, check-packaging, lint, docs, coverage + 3.12: py3 [testenv] basepython=python