diff --git a/Cargo.toml b/Cargo.toml index ea43da9..f57dd14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [ ] } futures = "0.3" clap = { version = "4", features = ["derive"] } -pyo3 = { version = "0.25.0", optional = true, features = ["extension-module"] } +pyo3 = { version = "0.25.0", optional = true, features = ["extension-module", "abi3-py38"] } wasm-bindgen = { version = "0.2.100", optional = true, features = [ "serde-serialize", ] }