We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2497fa4 commit 51f1310Copy full SHA for 51f1310
python/Cargo.toml
@@ -13,5 +13,5 @@ crate-type = ["cdylib", "rlib"]
13
liblrs = { path = ".." }
14
geo-types = "*"
15
# "abi3" tells pyo3 (and maturin) to build using the stable ABI
16
-pyo3 = { version = "0.27.2", features = ["abi3", "extension-module"] }
+pyo3 = { version = "0.27.2", features = ["abi3-py310", "extension-module"] }
17
pyo3-stub-gen = "0.17.2"
0 commit comments