diff --git a/Cargo.toml b/Cargo.toml index 4dbfef9..3dcbe0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ python = [ ] [dependencies] -pyo3 = { version = "0.22.2", default-features = false, features = [ +pyo3 = { version = "0.24", default-features = false, features = [ "extension-module", "macros", ], optional = true }