diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27e54dc..e699f57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python-version: ['3.8', '3.11'] + python-version: ['3.11','3.12'] toxenv: [quality, docs, pii_check, django42] permissions: # Gives the action the necessary permissions for publishing new @@ -45,7 +45,7 @@ jobs: run: tox - name: Run coverage - if: matrix.python-version == '3.8' && matrix.toxenv == 'django42' + if: matrix.python-version == '3.11' && matrix.toxenv == 'django42' uses: py-cov-action/python-coverage-comment-action@v3 with: GITHUB_TOKEN: ${{ github.token }} diff --git a/tox.ini b/tox.ini index abf1cf8..f81472a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,311}-django{42} +envlist = py{311,312}-django{42} [doc8] ; D001 = Line too long