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 a43da8b commit a916766Copy full SHA for a916766
1 file changed
bindings/python/Cargo.toml
@@ -17,6 +17,6 @@ crate-type = ["cdylib"]
17
bench = false
18
19
[dependencies]
20
-pyo3 = { workspace = true, features = ["abi3-py39"] }
+pyo3 = { workspace = true, features = ["abi3-py310"] }
21
cpp-linter = { path = "../../cpp-linter", features = ["bin"] }
22
tokio = { workspace = true }
0 commit comments