python3Packages.dataclass-factory: disable on python 3.14+ (#521865)

This commit is contained in:
Gergő Gutyina
2026-05-21 20:47:15 +00:00
committed by GitHub
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
nose2,
typing-extensions,
}:
@@ -11,6 +12,9 @@ buildPythonPackage rec {
version = "2.16";
format = "setuptools";
# upstream 2.x branch abandoned since 2022; v3 was renamed to adaptix
disabled = pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "reagento";
repo = "dataclass-factory";