python3Packages.sudachipy: disable with python 3.14+

This commit is contained in:
Michael Daniels
2026-02-01 17:41:08 +01:00
committed by Martin Weinelt
parent 3502451e32
commit 7d4a2f6379
@@ -9,6 +9,7 @@
sudachi-rs,
setuptools-rust,
pytestCheckHook,
pythonAtLeast,
sudachidict-core,
tokenizers,
sudachipy,
@@ -19,6 +20,8 @@ buildPythonPackage rec {
pname = "sudachipy";
inherit (sudachi-rs) src version;
disabled = pythonAtLeast "3.14"; # The pyo3 version used does not support 3.14+
patches = sudachi-rs.cargoPatches;
cargoDeps = rustPlatform.fetchCargoVendor {