Skip to content

Commit d50f6a3

Browse files
committed
feat: distribute future-compatible python wheels
resolves #177
1 parent 77a447e commit d50f6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib"]
1717
bench = false
1818

1919
[dependencies]
20-
pyo3 = { version = "0.26.0", features = ["extension-module"] }
20+
pyo3 = { version = "0.26.0", features = ["extension-module", "abi3-py39"] }
2121
cpp-linter = { path = "../../cpp-linter" }
2222
tokio = "1.47.1"
2323

0 commit comments

Comments
 (0)