Skip to content

Commit f49d65a

Browse files
Upgrade to pypy-3.9 in unit tests
1 parent 1b7ed68 commit f49d65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8']
25+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
2626
exclude:
2727
# pypy3 currently fails to run on Windows
2828
- os: windows-latest

0 commit comments

Comments
 (0)