Skip to content

Commit

Permalink
Test 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 98202fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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', 'pypy3.10']

services:
rabbitmq:
Expand Down
4 changes: 2 additions & 2 deletions 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
pypy3.10: pypy3

[gh-actions:env]
DJANGO =
Expand All @@ -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 98202fc

Please # to comment.