Skip to content

Commit 607d194

Browse files
committed
split free threading envs
1 parent 9170000 commit 607d194

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- {python: '3.14', tox: 'py3.14,py3.14t'}
16+
- {python: '3.14'}
17+
- {python: '3.14t'}
1718
- {name: Windows, python: '3.14', os: windows-latest}
1819
- {name: Mac, python: '3.14', os: macos-latest}
19-
- {python: '3.13', tox: 'py3.13,py3.13t'}
20+
- {python: '3.13'}
21+
- {python: '3.13t'}
2022
- {python: '3.12'}
2123
- {python: '3.11'}
2224
- {python: '3.10'}

0 commit comments

Comments
 (0)