python3Packages.apischema: disable under Python 3.14 (#478230)

This commit is contained in:
Aleksana
2026-01-09 06:53:08 +00:00
committed by GitHub
@@ -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";