python310Packages.google-api-python-client: update disabled

This commit is contained in:
Fabian Affolter
2023-04-02 10:45:24 +02:00
committed by GitHub
parent f6c04688df
commit fd0e70e30f
@@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "2.83.0";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;