Skip to content

Commit 1fcf4d0

Browse files
committed
build abi3 wheels
1 parent cc17368 commit 1fcf4d0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

python/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ datafusion = { git = "https://github.com/apache/datafusion", rev = "fa1f8c192dd5
2222
datafusion-ffi = { git = "https://github.com/apache/datafusion", rev = "fa1f8c192dd531d3f2fca61885eafa3e9002f0dd" }
2323
geoarrow-schema = "0.5"
2424
geodatafusion = { path = "../rust/geodatafusion" }
25-
pyo3 = { version = "0.25", features = ["hashbrown", "serde", "anyhow"] }
25+
pyo3 = { version = "0.25", features = [
26+
"hashbrown",
27+
"serde",
28+
"anyhow",
29+
"abi3-py39",
30+
] }
2631

2732
[patch.crates-io]
2833
geoarrow-array = { git = "https://github.com/geoarrow/geoarrow-rs", rev = "61a535b072766003ad06a4d7a25dcc15f010e68f" }

0 commit comments

Comments
 (0)