Skip to content

Commit d7b2f1f

Browse files
authored
pyiceberg-core: use pyo3 abi3-py310 (#1843)
1 parent 71977be commit d7b2f1f

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
@@ -33,7 +33,7 @@ crate-type = ["cdylib"]
3333
[dependencies]
3434
arrow = { version = "56", features = ["pyarrow", "chrono-tz"] }
3535
iceberg = { path = "../../crates/iceberg" }
36-
pyo3 = { version = "0.25", features = ["extension-module", "abi3-py39"] }
36+
pyo3 = { version = "0.25", features = ["extension-module", "abi3-py310"] }
3737
iceberg-datafusion = { path = "../../crates/integrations/datafusion" }
3838
datafusion-ffi = { version = "50" }
3939
tokio = { version = "1.46.1", default-features = false }

0 commit comments

Comments
 (0)