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 85793d6 commit 9c4ba10Copy full SHA for 9c4ba10
.github/workflows/tests.yaml
@@ -13,9 +13,11 @@ jobs:
13
fail-fast: false
14
matrix:
15
include:
16
+ - {python: '3.14t'}
17
+ - {python: '3.14'}
18
+ - {name: Windows, python: '3.14', os: windows-latest}
19
+ - {name: Mac, python: '3.14', os: macos-latest}
20
- {python: '3.13'}
- - {name: Windows, python: '3.13', os: windows-latest}
- - {name: Mac, python: '3.13', os: macos-latest}
21
- {python: '3.12'}
22
- {python: '3.11'}
23
- {python: '3.10'}
0 commit comments