Commit 32754d23 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.chalice: disable on python 3.14

parent fd00c924
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  pythonAtLeast,

  # build-system
  setuptools,
@@ -27,6 +28,8 @@ buildPythonPackage rec {
  version = "1.32.0";
  pyproject = true;

  disabled = pythonAtLeast "3.14";

  src = fetchFromGitHub {
    owner = "aws";
    repo = "chalice";