Skip to content

Commit

Permalink
Upgrade pypy to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
peymanslh committed Nov 27, 2023
1 parent e459d87 commit 02befea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.10']
django-version: ['2.2', '3.0', '3.1', '3.2', '4.0', '4.1', '4.2', 'main']
exclude:
- python-version: '3.7'
Expand All @@ -26,7 +26,7 @@ jobs:
django-version: 'main'
- python-version: '3.8'
django-version: 'main'
- python-version: 'pypy-3.8'
- python-version: 'pypy-3.10'
django-version: 'main'
- python-version: '3.10'
django-version: '2.2'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
pypy3-dj{22,30,31,32}
pypy3-dj{32,41,42}
py{37,38,39}-dj{22,30,31}
py{37,38,39,310,311}-dj32
py{38,39,310,311}-dj40
Expand Down

0 comments on commit 02befea

Please sign in to comment.