Skip to content

Commit 12581d3

Browse files
committed
Bump pyo3 to support Python 3.14
1 parent 2f840d3 commit 12581d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ergo-lib-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "ergo_lib_python"
1212
crate-type = ["cdylib"]
1313

1414
[dependencies]
15-
pyo3 = { version = "0.24.2", features = ["indexmap"] }
15+
pyo3 = { version = "0.27.1", features = ["indexmap"] }
1616
base16 = { workspace = true }
1717
derive_more = { workspace = true }
1818
serde = { workspace = true }

0 commit comments

Comments
 (0)