Skip to content

Commit

Permalink
Let's drop Django v5 on PyPy v3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 19, 2023
1 parent 446d350 commit 2b15e9b
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', 'pypy3.9']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.10']

services:
rabbitmq:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
pypy3.9: pypy3
pypy-3.10: pypy3

[gh-actions:env]
DJANGO =
Expand Down

0 comments on commit 2b15e9b

Please sign in to comment.