Skip to content

Commit 68b5c22

Browse files
committed
fix: fix python ci test
Signed-off-by: zongz <[email protected]>
1 parent 6cdcf8b commit 68b5c22

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979

8080
macos:
8181
runs-on: macos-latest
82+
env:
83+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
8284
steps:
8385
- uses: actions/checkout@v4
8486
- uses: PyO3/maturin-action@v1

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
kclvm-api = { git = "https://github.com/kcl-lang/kcl", rev = "2aa8fea", version = "0.10.8" }
12-
pyo3 = "0.23.3"
12+
pyo3 = "0.20.1"

0 commit comments

Comments
 (0)