python3Packages.dataclass-factory: disable on python 3.14+ (#521865)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user