python3Packages.dataclass-factory: disable on python 3.14+

This commit is contained in:
Harinn
2026-05-19 14:39:14 +07:00
parent cda48547b4
commit 3a74b374b5
@@ -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";