python3Packages.apischema: disable under Python 3.14 (#478230)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
graphql-core,
|
||||
pytest-asyncio,
|
||||
pytest8_3CheckHook,
|
||||
pythonOlder,
|
||||
pythonAtLeast,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -14,7 +14,8 @@ buildPythonPackage rec {
|
||||
version = "0.18.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
# Hasn't been updated in two years
|
||||
disabled = pythonAtLeast "3.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wyfo";
|
||||
|
||||
Reference in New Issue
Block a user