Merge pull request #13 from michaelfeil/mf/fix-bindings

enable abi3-py38
This commit is contained in:
Scott Lessans 2025-08-05 10:50:47 -07:00 committed by GitHub
commit 4e5c2f673b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
] }