python310Packages.awscrt: update disabled

This commit is contained in:
Fabian Affolter 2022-10-29 09:41:47 +02:00 committed by GitHub
parent 4a7d51f5a0
commit eff8431975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;