Skip to content

Commit 82dc3bb

Browse files
authored
bump PyO3 version (#444)
This allows supporting Python 3.14. I'll set that up in a followup once this is merged.
1 parent eedc856 commit 82dc3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = [
1414
]
1515

1616
[dependencies]
17-
pyo3 = { version = "0.24.1", default-features = false, features = [
17+
pyo3 = { version = "0.25.1", default-features = false, features = [
1818
"extension-module",
1919
"macros",
2020
], optional = true }

0 commit comments

Comments
 (0)