python314Packages.guidata: enable python 3.14

Python 3.14 is supported since guidata 3.14.1
(https://github.com/PlotPyStack/guidata/issues/97).
This commit is contained in:
Ivan Mincik
2026-07-15 17:18:40 +02:00
parent 570a5a5261
commit cb712ce141

View File

@@ -41,9 +41,6 @@ buildPythonPackage rec {
hash = "sha256-iUfZX51Ef1PY7roy9ER8hG34BAhCLs3Sagoasd5BT3E=";
};
# https://github.com/PlotPyStack/guidata/issues/97
disabled = pythonAtLeast "3.14";
build-system = [
setuptools
];