Skip to content

Commit a916766

Browse files
committed
bump abi3 minimum to Py v3.10
1 parent a43da8b commit a916766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ crate-type = ["cdylib"]
1717
bench = false
1818

1919
[dependencies]
20-
pyo3 = { workspace = true, features = ["abi3-py39"] }
20+
pyo3 = { workspace = true, features = ["abi3-py310"] }
2121
cpp-linter = { path = "../../cpp-linter", features = ["bin"] }
2222
tokio = { workspace = true }

0 commit comments

Comments
 (0)