python314Packages.guidata: enable python 3.14 (#542269)

This commit is contained in:
Doron Behar
2026-07-15 15:54:08 +00:00
committed by GitHub
@@ -41,9 +41,6 @@ buildPythonPackage rec {
hash = "sha256-iUfZX51Ef1PY7roy9ER8hG34BAhCLs3Sagoasd5BT3E=";
};
# https://github.com/PlotPyStack/guidata/issues/97
disabled = pythonAtLeast "3.14";
build-system = [
setuptools
];