diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d16bef..2d01db5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - py311 - py312 - py313 - - pypy3 + - pypy311 permissions: contents: read steps: diff --git a/tox.ini b/tox.ini index e1b8a3c..6368648 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py39, py310, py311, py312, py313, pypy3 +envlist = py39, py310, py311, py312, py313, pypy311 skip_missing_interpreters = True [testenv]