diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93b6be3f..c62c1d7b 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', 'pypy-3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.10-v7.3.14'] services: rabbitmq: diff --git a/tox.ini b/tox.ini index 53e7f41b..7608ebb8 100644 --- a/tox.ini +++ b/tox.ini @@ -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