summaryrefslogtreecommitdiff
path: root/dev-python/google-api-python-client/google-api-python-client-2.70.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:17:41 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:21:49 +0100
commit000713e41f155871ee38731d12a3625abb0190bd (patch)
tree18adb74b370930cd75f8e59f4c61a94edc3fbd55 /dev-python/google-api-python-client/google-api-python-client-2.70.0.ebuild
parentdae4d55f147c233adf692a0efa1028d601125b31 (diff)
downloadgentoo-000713e41f155871ee38731d12a3625abb0190bd.tar.gz
gentoo-000713e41f155871ee38731d12a3625abb0190bd.tar.bz2
gentoo-000713e41f155871ee38731d12a3625abb0190bd.zip
dev-python/google-api-python-client: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client/google-api-python-client-2.70.0.ebuild')
-rw-r--r--dev-python/google-api-python-client/google-api-python-client-2.70.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/google-api-python-client/google-api-python-client-2.70.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.70.0.ebuild
index 7e8aaa05d6d4..73c0eee57b5d 100644
--- a/dev-python/google-api-python-client/google-api-python-client-2.70.0.ebuild
+++ b/dev-python/google-api-python-client/google-api-python-client-2.70.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
inherit distutils-r1