Skip to content

Commit 972baa7

Browse files
committed
fix: ci, stupid AI
1 parent 1f1af80 commit 972baa7

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
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [pypy-3.10, 3.10, 3.11, 3.12, 3.13]
20+
python-version: [pypy-3.10, '3.10', '3.11', '3.12', '3.13']
2121
tox-python-version: [pypy3.10, py310, py311, py312, py313]
2222
os: [
2323
ubuntu-latest,

0 commit comments

Comments
 (0)