Skip to content

Commit 021a111

Browse files
committed
Fix pypy version spec
1 parent cf9dbda commit 021a111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
strategy:
1111
matrix:
12-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3']
12+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10']
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414
exclude:
1515
- os: macOS-latest

0 commit comments

Comments
 (0)