diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5beaa0a2..b56bd08c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: os: [ windows-latest, ubuntu-latest ] - python: [ "3.8","3.10","3.11","3.12", "pypy-3.8" ] + python: [ "3.8", "3.10", "3.11", "3.12", "pypy-3.11" ] steps: - uses: actions/checkout@v5 diff --git a/tox.ini b/tox.ini index 4c743a66..115070df 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py{38,39,310,311,312,pypy38},docs,linting +envlist=py{38,39,310,311,312,pypy311},docs,linting isolated_build = true [testenv]