python310Packages.google-cloud-redis: update disabled

This commit is contained in:
Fabian Affolter 2022-10-04 09:01:11 +02:00 committed by GitHub
parent b15043de26
commit 0162bd26ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "2.9.2";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;