diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97199110..743ffacd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.10'] services: rabbitmq: diff --git a/tox.ini b/tox.ini index 132ffc63..55faf3f8 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ python = 3.10: py310 3.11: py311 3.12: py312 - pypy3.9: pypy3 + pypy3.10: pypy3 [gh-actions:env] DJANGO = @@ -21,7 +21,7 @@ envlist = py310-django{32,41,42,50} py311-django{41,42,50} py312-django{41,42,50} - pypy3-django{32,41,42} + pypy3-django{32,41,42,50} flake8 apicheck linkcheck