python310Packages.google-cloud-pubsub: update disabled

This commit is contained in:
Fabian Affolter 2022-08-12 10:33:20 +02:00 committed by GitHub
parent eba8f86a8c
commit 3df339c501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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