Skip to content

Commit 8474e27

Browse files
committed
chores: python: bump pyO3 version
Signed-off-by: Tristram Gräbener <[email protected]>
1 parent 52af3b3 commit 8474e27

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

Cargo.lock

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

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ crate-type = ["cdylib"]
1313
liblrs = { path = ".." }
1414
geo-types = "*"
1515
# "abi3-py38" tells pyo3 (and maturin) to build using the stable ABI with minimum Python version 3.8
16-
pyo3 = { version = "0.23.5", features = ["abi3-py38", "extension-module"] }
16+
pyo3 = { version = "0.25.1", features = ["abi3-py38", "extension-module"] }

0 commit comments

Comments
 (0)