Skip to content

Commit

Permalink
Compatible with python 3.9+ (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino authored May 27, 2024
1 parent fd6981d commit 992956f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nucliadb_node_binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "nucliadb_node_binding"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19.1", features = ["extension-module"] }
pyo3 = { version = "0.19.1", features = ["extension-module", "abi3-py39"] }
nucliadb_node = { path = "../nucliadb_node" }
nucliadb_core = { path = "../nucliadb_core" }
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -29,4 +29,4 @@ tracing-subscriber = { version = "0.3.11", features = [
uuid = { version = "1.1", features = ["serde", "v4"] }

[package.metadata.maturin]
python-source = "python"
python-source = "python"

0 comments on commit 992956f

Please sign in to comment.