We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71977be commit d7b2f1fCopy full SHA for d7b2f1f
bindings/python/Cargo.toml
@@ -33,7 +33,7 @@ crate-type = ["cdylib"]
33
[dependencies]
34
arrow = { version = "56", features = ["pyarrow", "chrono-tz"] }
35
iceberg = { path = "../../crates/iceberg" }
36
-pyo3 = { version = "0.25", features = ["extension-module", "abi3-py39"] }
+pyo3 = { version = "0.25", features = ["extension-module", "abi3-py310"] }
37
iceberg-datafusion = { path = "../../crates/integrations/datafusion" }
38
datafusion-ffi = { version = "50" }
39
tokio = { version = "1.46.1", default-features = false }
0 commit comments