This is an automated email from the ASF dual-hosted git repository.
Xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 13fb8bea0 ci: remove unsupported python 3.13t release wheel (#7868)
13fb8bea0 is described below
commit 13fb8bea0e29ad024540b35d4c834530b89976a1
Author: Xuanwo <[email protected]>
AuthorDate: Tue Jul 7 14:25:54 2026 +0800
ci: remove unsupported python 3.13t release wheel (#7868)
---
.github/workflows/release_python.yml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/.github/workflows/release_python.yml
b/.github/workflows/release_python.yml
index b867c64c5..eab345d9d 100644
--- a/.github/workflows/release_python.yml
+++ b/.github/workflows/release_python.yml
@@ -85,15 +85,6 @@ jobs:
args: --release -o dist -i python3.10
--features=pyo3/extension-module,services-all
sccache: true
manylinux: ${{ matrix.manylinux || 'auto' }}
- - name: Build free-threaded wheels
- uses: PyO3/maturin-action@v1
- with:
- working-directory: "bindings/python"
- target: "${{ matrix.target }}"
- command: build
- args: --release -o dist -i python3.13t
--features=pyo3/extension-module,services-all
- sccache: true
- manylinux: ${{ matrix.manylinux || 'auto' }}
- name: Build python 3.14t
uses: PyO3/maturin-action@v1
with: