From 013dc01683c42177e132847475c8b57d1a67fc14 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 15 Oct 2025 21:47:11 +0200 Subject: update PyO3 version Should support Python 3.14 now --- hittekaart-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hittekaart-py') 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" -- cgit v1.2.3