Skip to content

Commit c860495

Browse files
committed
Add 3.13t and 3.14t in CI
1 parent 192d0f3 commit c860495

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/test.yml

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

.github/workflows/typing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- '3.11'
1616
- '3.12'
1717
- '3.13'
18+
- '3.13t'
1819
- '3.14'
20+
- '3.14t'
1921
runs-on: 'ubuntu-24.04'
2022
steps:
2123
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/wheel.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
- 'cp311'
6666
- 'cp312'
6767
- 'cp313'
68+
- 'cp313t'
6869
- 'cp314'
70+
- 'cp314t'
6971
arch:
7072
- 'arm64'
7173
- 'x86_64'
@@ -74,7 +76,9 @@ jobs:
7476
CIBW_ARCHS: ${{ matrix.arch }}
7577
CIBW_BUILD: ${{ matrix.py }}-*
7678
CIBW_BUILD_VERBOSITY: '1'
79+
CIBW_ENABLE: cpython-prerelease cpython-freethreading
7780
ZSTD_WARNINGS_AS_ERRORS: '1'
81+
7882
steps:
7983
- name: Set up Python
8084
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -109,7 +113,9 @@ jobs:
109113
- '3.11'
110114
- '3.12'
111115
- '3.13'
112-
- '3.14.0-rc.2'
116+
- '3.13t'
117+
- '3.14'
118+
- '3.14t'
113119
arch:
114120
- 'x86'
115121
- 'x64'

0 commit comments

Comments
 (0)