diff --git a/python/Cargo.toml b/python/Cargo.toml index 3b0c9733..3656bfd1 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -48,7 +48,7 @@ futures = { workspace = true } tokio = { workspace = true } [dependencies.pyo3] -version = "0.26" +version = "0.27" features = ["extension-module", "abi3", "abi3-py39"] [features]