Skip to content

Commit 51f1310

Browse files
committed
python: set minimal version to 3.10
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent 2497fa4 commit 51f1310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ crate-type = ["cdylib", "rlib"]
1313
liblrs = { path = ".." }
1414
geo-types = "*"
1515
# "abi3" tells pyo3 (and maturin) to build using the stable ABI
16-
pyo3 = { version = "0.27.2", features = ["abi3", "extension-module"] }
16+
pyo3 = { version = "0.27.2", features = ["abi3-py310", "extension-module"] }
1717
pyo3-stub-gen = "0.17.2"

0 commit comments

Comments
 (0)