Skip to content

Commit 7f8f736

Browse files
committed
Add 3.13t and 3.14t in CI
1 parent 1b2ed41 commit 7f8f736

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- '3.11'
2222
- '3.12'
2323
- '3.13'
24-
- '3.14.0-rc.2'
24+
- '3.13t'
25+
- '3.14'
26+
- '3.14t'
2527
arch:
2628
- 'arm64'
2729
- 'x86'

.github/workflows/typing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- '3.11'
1515
- '3.12'
1616
- '3.13'
17+
- '3.13t'
1718
- '3.14'
19+
- '3.14t'
1820
runs-on: 'ubuntu-24.04'
1921
steps:
2022
- uses: actions/checkout@v4

.github/workflows/wheel.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
- 'cp311'
6363
- 'cp312'
6464
- 'cp313'
65+
- 'cp313t'
6566
- 'cp314'
67+
- 'cp314t'
6668
arch:
6769
- 'arm64'
6870
- 'x86_64'
@@ -71,7 +73,9 @@ jobs:
7173
CIBW_ARCHS: ${{ matrix.arch }}
7274
CIBW_BUILD: ${{ matrix.py }}-*
7375
CIBW_BUILD_VERBOSITY: '1'
76+
CIBW_ENABLE: cpython-prerelease cpython-freethreading
7477
ZSTD_WARNINGS_AS_ERRORS: '1'
78+
7579
steps:
7680
- name: Set up Python
7781
uses: actions/setup-python@v5
@@ -104,7 +108,9 @@ jobs:
104108
- '3.11'
105109
- '3.12'
106110
- '3.13'
107-
- '3.14.0-rc.2'
111+
- '3.13t'
112+
- '3.14'
113+
- '3.14t'
108114
arch:
109115
- 'x86'
110116
- 'x64'

0 commit comments

Comments
 (0)