Skip to content

Commit 92cb041

Browse files
committed
Add free threaded python to build matrix
1 parent 8f75c68 commit 92cb041

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16+
- {name: free-threaded, python: '3.13t'}
1617
- {python: '3.13'}
18+
- {name: Windows, python: '3.13', os: windows-latest}
19+
- {name: Mac, python: '3.13', os: macos-latest}
1720
- {python: '3.12'}
18-
- {name: Windows, python: '3.12', os: windows-latest}
19-
- {name: Mac, python: '3.12', os: macos-latest}
2021
- {python: '3.11'}
2122
- {python: '3.10'}
2223
- {name: PyPy, python: 'pypy-3.11', tox: pypy311}

0 commit comments

Comments
 (0)