Skip to content

Commit 05e6b8e

Browse files
authored
ci: add freethreading 3.14 to the CI matrix (MagicStack#146)
1 parent e3e8d71 commit 05e6b8e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- "cp312"
7979
- "cp313"
8080
- "cp314"
81+
- "cp314t"
8182
exclude:
8283
- os: ubuntu-latest
8384
cibw_arch: universal2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
35+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
3636
os: [windows-latest, ubuntu-latest, macos-latest]
3737

3838
env:

0 commit comments

Comments
 (0)