diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2025-10-15 21:47:11 +0200 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2025-10-15 21:47:11 +0200 | 
| commit | 013dc01683c42177e132847475c8b57d1a67fc14 (patch) | |
| tree | a71780429dca189fe51fbad89511fb6862283622 /hittekaart-py | |
| parent | 888c23d0b9c50ff457be2cb300afe634f1d6fa59 (diff) | |
| download | hittekaart-013dc01683c42177e132847475c8b57d1a67fc14.tar.gz hittekaart-013dc01683c42177e132847475c8b57d1a67fc14.tar.bz2 hittekaart-013dc01683c42177e132847475c8b57d1a67fc14.zip  | |
Should support Python 3.14 now
Diffstat (limited to 'hittekaart-py')
| -rw-r--r-- | hittekaart-py/Cargo.toml | 2 | 
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"  | 
