Unverified Commit dd21bcf3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents e9479ecc 5c00f527
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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";