python310Packages.google-cloud-appengine-logging: update disabled

This commit is contained in:
Fabian Affolter 2022-10-04 09:06:35 +02:00 committed by GitHub
parent 75a5a66ac9
commit 5e4543e9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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