Skip to content

Commit 8044c94

Browse files
Update examples/datafusion-ffi-example/Cargo.toml
Co-authored-by: Kevin Liu <[email protected]>
1 parent 57373da commit 8044c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/datafusion-ffi-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ edition = "2021"
2323
[dependencies]
2424
datafusion = { version = "50" }
2525
datafusion-ffi = { version = "50" }
26-
pyo3 = { version = "0.25", features = ["extension-module", "abi3", "abi3-py39"] }
26+
pyo3 = { version = "0.25", features = ["extension-module", "abi3", "abi3-py310"] }
2727
arrow = { version = "56" }
2828
arrow-array = { version = "56" }
2929
arrow-schema = { version = "56" }

0 commit comments

Comments
 (0)