Skip to content

Commit 84915e1

Browse files
Julianclaude
andcommitted
Drop free-threaded 3.13t from the wheel build matrix.
3.14t and 3.15t are the free-threaded builds we ship now, so stop building experimental 3.13t wheels. 3.15/3.15t were already present. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent daef72a commit 84915e1

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
3.11
100100
3.12
101101
3.13
102-
3.13t
103102
3.14
104103
3.14t
105104
3.15
@@ -110,7 +109,7 @@ jobs:
110109
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
111110
with:
112111
target: ${{ matrix.target }}
113-
args: --release --out dist --interpreter '3.11 3.12 3.13 3.13t 3.14 3.14t 3.15 3.15t pypy3.11'
112+
args: --release --out dist --interpreter '3.11 3.12 3.13 3.14 3.14t 3.15 3.15t pypy3.11'
114113
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
115114
manylinux: auto
116115
- name: Upload wheels
@@ -143,7 +142,6 @@ jobs:
143142
3.11
144143
3.12
145144
3.13
146-
3.13t
147145
3.14
148146
3.14t
149147
3.15
@@ -154,7 +152,7 @@ jobs:
154152
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
155153
with:
156154
target: ${{ matrix.target }}
157-
args: --release --out dist --interpreter '3.11 3.12 3.13 3.13t 3.14 3.14t 3.15 3.15t pypy3.11'
155+
args: --release --out dist --interpreter '3.11 3.12 3.13 3.14 3.14t 3.15 3.15t pypy3.11'
158156
manylinux: musllinux_1_2
159157
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
160158
- name: Upload wheels
@@ -279,7 +277,6 @@ jobs:
279277
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
280278
with:
281279
python-version: |
282-
3.13t
283280
3.14t
284281
3.15t
285282
allow-prereleases: true
@@ -288,7 +285,7 @@ jobs:
288285
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
289286
with:
290287
target: ${{ matrix.target }}
291-
args: --release --out dist --interpreter '3.13t 3.14t 3.15t'
288+
args: --release --out dist --interpreter '3.14t 3.15t'
292289
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
293290
- name: Upload wheels
294291
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
@@ -317,7 +314,6 @@ jobs:
317314
3.11
318315
3.12
319316
3.13
320-
3.13t
321317
3.14
322318
3.14t
323319
3.15
@@ -328,7 +324,7 @@ jobs:
328324
uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
329325
with:
330326
target: ${{ matrix.target }}
331-
args: --release --out dist --interpreter '3.11 3.12 3.13 3.13t 3.14 3.14t 3.15 3.15t pypy3.11'
327+
args: --release --out dist --interpreter '3.11 3.12 3.13 3.14 3.14t 3.15 3.15t pypy3.11'
332328
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
333329
- name: Upload wheels
334330
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1

0 commit comments

Comments
 (0)