diff options
author | Sam James <sam@gentoo.org> | 2022-05-31 11:41:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 11:43:18 +0100 |
commit | 5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce (patch) | |
tree | 0eca056d2337c04272d5c46406db4229f4241aa4 /app-misc | |
parent | dev-python/google-apitools: update EAPI 7 -> 8 (diff) | |
download | gentoo-5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce.tar.gz gentoo-5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce.tar.bz2 gentoo-5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce.zip |
app-misc/gcalcli: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/845498
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild b/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild index 559222c1bbbc..8fce85bd388c 100644 --- a/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild +++ b/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |