Skip to content

Commit 97db5ef

Browse files
committed
change to python 3.13 as max test version
1 parent b111371 commit 97db5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.11', '3.14'] # the one we have in the Codespace + the latest major one.
18+
python-version: ['3.11', '3.13'] # the one we have in the Codespace + the latest supported one by PyO3.
1919
fail-fast: false # Continue testing other version(s) if one fails
2020

2121
steps:

0 commit comments

Comments
 (0)