aboutsummaryrefslogtreecommitdiff
path: root/hittekaart-py
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-10-15 21:47:11 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-10-15 21:47:11 +0200
commit013dc01683c42177e132847475c8b57d1a67fc14 (patch)
treea71780429dca189fe51fbad89511fb6862283622 /hittekaart-py
parent888c23d0b9c50ff457be2cb300afe634f1d6fa59 (diff)
downloadhittekaart-013dc01683c42177e132847475c8b57d1a67fc14.tar.gz
hittekaart-013dc01683c42177e132847475c8b57d1a67fc14.tar.bz2
hittekaart-013dc01683c42177e132847475c8b57d1a67fc14.zip
update PyO3 versionHEADmaster
Should support Python 3.14 now
Diffstat (limited to 'hittekaart-py')
-rw-r--r--hittekaart-py/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hittekaart-py/Cargo.toml b/hittekaart-py/Cargo.toml
index 7e69ef8..915f467 100644
--- a/hittekaart-py/Cargo.toml
+++ b/hittekaart-py/Cargo.toml
@@ -9,6 +9,6 @@ name = "hittekaart_py"
crate-type = ["cdylib"]
[dependencies]
-pyo3 = "0.24.0"
+pyo3 = "0.26.0"
hittekaart = { path = "../hittekaart" }
rayon = "1.10.0"