Skip to content

Commit ac215a0

Browse files
committed
upgrade pyo3 abi3-py38 -> abi3-py39
1 parent f232a55 commit ac215a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.42", features = ["macros", "rt", "rt-multi-thread", "sync"] }
38-
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py38"] }
38+
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py39"] }
3939
pyo3-async-runtimes = { version = "0.23", features = ["tokio-runtime"]}
4040
arrow = { version = "54", features = ["pyarrow"] }
4141
datafusion = { version = "45.0.0", features = ["avro", "unicode_expressions"] }

examples/ffi-table-provider/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 = "45.0.0" }
2525
datafusion-ffi = { version = "45.0.0" }
26-
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py38"] }
26+
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py39"] }
2727
arrow = { version = "54" }
2828
arrow-array = { version = "54" }
2929
arrow-schema = { version = "54" }

0 commit comments

Comments
 (0)