Skip to content

Commit 5e3953f

Browse files
committed
fix(ci): pyo3 ABI3 forward-compat for python 3.14
1 parent 8d28556 commit 5e3953f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ jobs:
161161
162162
- name: Build and install diffctx Rust extension
163163
shell: bash
164+
env:
165+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
164166
run: |
165167
cd diffctx
166168
maturin build --release --out wheelhouse

0 commit comments

Comments
 (0)