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 9170000 commit 607d194Copy full SHA for 607d194
.github/workflows/tests.yaml
@@ -13,10 +13,12 @@ jobs:
13
fail-fast: false
14
matrix:
15
include:
16
- - {python: '3.14', tox: 'py3.14,py3.14t'}
+ - {python: '3.14'}
17
+ - {python: '3.14t'}
18
- {name: Windows, python: '3.14', os: windows-latest}
19
- {name: Mac, python: '3.14', os: macos-latest}
- - {python: '3.13', tox: 'py3.13,py3.13t'}
20
+ - {python: '3.13'}
21
+ - {python: '3.13t'}
22
- {python: '3.12'}
23
- {python: '3.11'}
24
- {python: '3.10'}
0 commit comments