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 afa4838d3 ci: build and test on python3.14t (#6670)
afa4838d3 is described below
commit afa4838d379228bed3c83f374c51fc3126ca10d1
Author: kenwoodjw <[email protected]>
AuthorDate: Thu Oct 16 14:03:40 2025 +0800
ci: build and test on python3.14t (#6670)
* ci build and test on python3.14t
Signed-off-by: kenwoodjw <[email protected]>
* smoke python 3.14t
Signed-off-by: kenwoodjw <[email protected]>
* build wheels support 3.14t
Signed-off-by: kenwoodjw <[email protected]>
* trigger ci
Signed-off-by: kenwoodjw <[email protected]>
* split python3.14t step
Signed-off-by: kenwoodjw <[email protected]>
---------
Signed-off-by: kenwoodjw <[email protected]>
---
.github/workflows/release_python.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/workflows/release_python.yml
b/.github/workflows/release_python.yml
index 1e269448c..2541cc5ba 100644
--- a/.github/workflows/release_python.yml
+++ b/.github/workflows/release_python.yml
@@ -93,6 +93,16 @@ jobs:
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:
+ working-directory: "bindings/python"
+ target: "${{ matrix.target }}"
+ command: build
+ args: --release -o dist -i python3.14t
--features=pyo3/extension-module,services-all
+ sccache: true
+ manylinux: ${{ matrix.manylinux || 'auto' }}
+
- name: Upload wheels
uses: actions/upload-artifact@v4
with: