about summary refs log tree commit diff
path: root/pkgs/development/python-modules/awscrt
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-10-29 09:41:47 +0200
committerGitHub <noreply@github.com>2022-10-29 09:41:47 +0200
commiteff84319752d334c82df2812b9bd219e79babdbf (patch)
tree4277cd5af807e03f354952cbfa5fd01ff5811028 /pkgs/development/python-modules/awscrt
parent4a7d51f5a0c83c5a171f826ceb00a6502c0fb10c (diff)
python310Packages.awscrt: update disabled
Diffstat (limited to 'pkgs/development/python-modules/awscrt')
-rw-r--r--pkgs/development/python-modules/awscrt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/awscrt/default.nix b/pkgs/development/python-modules/awscrt/default.nix
index ca10fcdec0f19..85ce9deba6cfc 100644
--- a/pkgs/development/python-modules/awscrt/default.nix
+++ b/pkgs/development/python-modules/awscrt/default.nix
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   version = "0.15.1";
   format = "setuptools";
 
-  disabled = pythonOlder "3.6";
+  disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;