Skip to content

Commit 13fb8be

Browse files
authored
ci: remove unsupported python 3.13t release wheel (#7868)
1 parent 4f1df12 commit 13fb8be

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release_python.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@ jobs:
8585
args: --release -o dist -i python3.10 --features=pyo3/extension-module,services-all
8686
sccache: true
8787
manylinux: ${{ matrix.manylinux || 'auto' }}
88-
- name: Build free-threaded wheels
89-
uses: PyO3/maturin-action@v1
90-
with:
91-
working-directory: "bindings/python"
92-
target: "${{ matrix.target }}"
93-
command: build
94-
args: --release -o dist -i python3.13t --features=pyo3/extension-module,services-all
95-
sccache: true
96-
manylinux: ${{ matrix.manylinux || 'auto' }}
9788
- name: Build python 3.14t
9889
uses: PyO3/maturin-action@v1
9990
with:

0 commit comments

Comments
 (0)