We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d697a2f + c848722 commit 8690637Copy full SHA for 8690637
1 file changed
.github/workflows/ci_tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
platform: [windows-latest, macos-latest, ubuntu-latest]
15
- python-version: ["3.10", "3.12"]
+ python-version: ["3.10", "3.13"]
16
runs-on: ${{ matrix.platform }}
17
18
steps:
0 commit comments