diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index f177e9e1..4dfd9072 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false max-parallel: 1 # Avoid timeout errors matrix: - python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10'] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/tox.ini b/tox.ini index 3eef780b..82a5cd95 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,py39,py310,py311,py312,pypy37,pypy38,pypy39 +envlist = py38,py39,py310,py311,py312,pypy39,pypy310 [testenv] deps = -r tests/requirements.txt