We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a447e commit d50f6a3Copy full SHA for d50f6a3
bindings/python/Cargo.toml
@@ -17,7 +17,7 @@ crate-type = ["cdylib"]
17
bench = false
18
19
[dependencies]
20
-pyo3 = { version = "0.26.0", features = ["extension-module"] }
+pyo3 = { version = "0.26.0", features = ["extension-module", "abi3-py39"] }
21
cpp-linter = { path = "../../cpp-linter" }
22
tokio = "1.47.1"
23
0 commit comments