Skip to content

Commit

Permalink
Upgrade to pypy-3.9 in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Sep 3, 2023
1 parent 1b7ed68 commit f49d65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8']
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
exclude:
# pypy3 currently fails to run on Windows
- os: windows-latest
Expand Down

0 comments on commit f49d65a

Please sign in to comment.