diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c608186..5e8cc34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ jobs: python-version: - "pypy-3.9" - "pypy-3.10" + - "pypy-3.11" - "3.9" - "3.10" - "3.11" diff --git a/tox.ini b/tox.ini index f33c70f..98035e8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py{39, 310, 311, 312, 313, 314} - pypy{39, 310} + pypy{39, 310, 311} pep8 packaging noextra