This is an automated email from the ASF dual-hosted git repository. Xuanwo pushed a commit to branch xuanwo/fix-python-release-free-threaded in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 47bf1e646c7829af91b32f277ad36f81a2f4d046 Author: Xuanwo <[email protected]> AuthorDate: Tue Jul 7 01:24:08 2026 +0800 ci: remove unsupported python 3.13t release wheel --- .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:
