Skip to content

Commit 9c4ba10

Browse files
committed
GitHub Actions: Add Python 3.14 and 3.14t to the testing
On branch ___stable___. https://www.python.org/downloads/release/python-3140/ https://py-free-threading.github.io/porting
1 parent 85793d6 commit 9c4ba10

File tree

2 files changed

+149
-104
lines changed

2 files changed

+149
-104
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
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}
1620
- {python: '3.13'}
17-
- {name: Windows, python: '3.13', os: windows-latest}
18-
- {name: Mac, python: '3.13', os: macos-latest}
1921
- {python: '3.12'}
2022
- {python: '3.11'}
2123
- {python: '3.10'}

0 commit comments

Comments
 (0)