We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88452ef commit 8539453Copy full SHA for 8539453
.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.13"]
+ python-version: ["3.10", "3.14"]
16
runs-on: ${{ matrix.platform }}
17
18
steps:
0 commit comments