From 1a9c41a231f87f0e3c888e360cbbcd5012f69f8a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 19 Dec 2023 22:05:29 +0100 Subject: [PATCH 1/2] Django v5.0 on Pypy v3.10 fails * Upgrade GitHub Actions and PyPy * Let's drop Django v5 on PyPy v3.10. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e8ae359b11f0f1f741b7c75b3c6f58a848594fcc Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 4 Jan 2024 14:13:47 +0100 Subject: [PATCH 2/2] Test on pypy3.10-v7.3.14 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: