Skip to content

Commit

Permalink
Testing Django v5.0 on pypy-3.10-v7.3.14 passes (#705)
Browse files Browse the repository at this point in the history
* Django v5.0 on Pypy v3.10 fails

* Upgrade GitHub Actions and PyPy

* Let's drop Django v5 on PyPy v3.10.

* Test on pypy3.10-v7.3.14
  • Loading branch information
cclauss authored Jan 4, 2024
1 parent e0430e3 commit 4d3d740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d3d740

Please sign in to comment.