Skip to content

Commit 10ce733

Browse files
authored
Upgrade to PyO3 0.26 for Python 3.14 support (#123)
* Upgrade to PyO3 0.26 for Python 3.14 support * Add more tests
1 parent 46f729a commit 10ce733

File tree

4 files changed

+172
-170
lines changed

4 files changed

+172
-170
lines changed

Cargo.lock

Lines changed: 68 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ serde_json = "1.0"
1717
canonical_json = "0.5.0"
1818

1919
[dependencies.pyo3]
20-
version = "0.22.6"
21-
features = ["extension-module", "gil-refs"]
20+
version = "0.26.0"
21+
features = ["extension-module"]

0 commit comments

Comments
 (0)