commit: 2bedaa42e63d28999ad2464b113d09add45e6450
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 22:27:56 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 22:28:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bedaa42
dev-python/python-augeas: enable py3.10 and disable py3.7
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/python-augeas/python-augeas-1.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-augeas/python-augeas-1.1.0.ebuild
b/dev-python/python-augeas/python-augeas-1.1.0.ebuild
index 7c0be63023e..0d043ed2091 100644
--- a/dev-python/python-augeas/python-augeas-1.1.0.ebuild
+++ b/dev-python/python-augeas/python-augeas-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1