commit: 5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 31 10:41:09 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 31 10:43:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c886b50
app-misc/gcalcli: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/845498 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild | 4 ++-- 1 file 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
