Skip to content

Commit 4641475

Browse files
committed
fix: don't hardcode version number
1 parent d6e42b9 commit 4641475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: [pypy-3.10, pypy-3.11, '3.10.18', '3.11.13', '3.12.11', '3.13.8', '3.14.0', '3.14.0-freethreaded']
31+
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13', '3.14.0', '3.14.0-freethreaded']
3232
os: [
3333
ubuntu-22.04,
3434
windows-2022,

0 commit comments

Comments
 (0)