summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:29:06 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:30:03 +0100
commitae215c5ae50e0819cca6b166860a4a67b89b1536 (patch)
tree3dfe2efcc56fcf263f5e6c18a69f3209313166d9 /dev-python/gcs-oauth2-boto-plugin
parentdev-ada/e3-core: Remove Python < 3.10 (diff)
downloadgentoo-ae215c5ae50e0819cca6b166860a4a67b89b1536.tar.gz
gentoo-ae215c5ae50e0819cca6b166860a4a67b89b1536.tar.bz2
gentoo-ae215c5ae50e0819cca6b166860a4a67b89b1536.zip
dev-python/gcs-oauth2-boto-plugin: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gcs-oauth2-boto-plugin')
-rw-r--r--dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild
index f81b7637e25f..ec833f19f155 100644
--- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild
+++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{7,10} )
inherit distutils-r1