Skip to content

Commit 26176fa

Browse files
committed
Update pyo3 to use 3.10
1 parent cbbab52 commit 26176fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ substrait = ["dep:datafusion-substrait"]
3535

3636
[dependencies]
3737
tokio = { version = "1.47", features = ["macros", "rt", "rt-multi-thread", "sync"] }
38-
pyo3 = { version = "0.25", features = ["extension-module", "abi3", "abi3-py39"] }
38+
pyo3 = { version = "0.25", features = ["extension-module", "abi3", "abi3-py310"] }
3939
pyo3-async-runtimes = { version = "0.25", features = ["tokio-runtime"]}
4040
pyo3-log = "0.12.4"
4141
arrow = { version = "56", features = ["pyarrow"] }

0 commit comments

Comments
 (0)