summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-02 10:45:24 +0200
committerGitHub <noreply@github.com>2023-04-02 10:45:24 +0200
commitfd0e70e30fe23e6210e9645d8bb9b2d0095cd7c5 (patch)
tree471975cf0e62872d9b6bb138210c26772359ed0a /pkgs/development/python-modules/google-api-python-client
parentf6c04688df766745e9f9ec87cf88a023f3ad7509 (diff)
python310Packages.google-api-python-client: update disabled
Diffstat (limited to 'pkgs/development/python-modules/google-api-python-client')
-rw-r--r--pkgs/development/python-modules/google-api-python-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google-api-python-client/default.nix b/pkgs/development/python-modules/google-api-python-client/default.nix
index e181df704fa6..684436af4601 100644
--- a/pkgs/development/python-modules/google-api-python-client/default.nix
+++ b/pkgs/development/python-modules/google-api-python-client/default.nix
@@ -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;