diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3d5f54e..9650cc39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false 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"] runs-on: [ubuntu-latest, windows-latest, macos-latest] steps: @@ -38,7 +38,7 @@ jobs: if: ${{ matrix.runs-on == 'ubuntu-latest' }} run: | # Just test on linux for now... - pytest -vs + pytest -vs - name: Run examples if: ${{ matrix.python-version != '3.7' || matrix.runs-on != 'macos-latest' }} # issue with _bz2 module... diff --git a/.github/workflows/regenerate.yml b/.github/workflows/regenerate.yml index 9a3a8a59..0f118833 100644 --- a/.github/workflows/regenerate.yml +++ b/.github/workflows/regenerate.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/setup.cfg b/setup.cfg index 36c985e8..6111281b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,11 +15,11 @@ classifiers = Operating System :: OS Independent Development Status :: 5 - Production/Stable Programming Language :: Python :: 3 - Programming Language :: Python :: 3.7 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 Topic :: Scientific/Engineering :: Bio-Informatics Topic :: Scientific/Engineering