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 8f75c68 commit 92cb041Copy full SHA for 92cb041
1 file changed
.github/workflows/tests.yaml
@@ -13,10 +13,11 @@ jobs:
13
fail-fast: false
14
matrix:
15
include:
16
+ - {name: free-threaded, python: '3.13t'}
17
- {python: '3.13'}
18
+ - {name: Windows, python: '3.13', os: windows-latest}
19
+ - {name: Mac, python: '3.13', os: macos-latest}
20
- {python: '3.12'}
- - {name: Windows, python: '3.12', os: windows-latest}
- - {name: Mac, python: '3.12', os: macos-latest}
21
- {python: '3.11'}
22
- {python: '3.10'}
23
- {name: PyPy, python: 'pypy-3.11', tox: pypy311}
0 commit comments