summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-08-12 00:27:56 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-08-12 00:28:09 +0200
commit2bedaa42e63d28999ad2464b113d09add45e6450 (patch)
treeab64dba1b42af81510549ab45ceb6a870b5552a3 /dev-python/python-augeas
parentdev-util/quilt: EAPI=8 bump (diff)
downloadgentoo-2bedaa42e63d28999ad2464b113d09add45e6450.tar.gz
gentoo-2bedaa42e63d28999ad2464b113d09add45e6450.tar.bz2
gentoo-2bedaa42e63d28999ad2464b113d09add45e6450.zip
dev-python/python-augeas: enable py3.10 and disable py3.7
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/python-augeas')
-rw-r--r--dev-python/python-augeas/python-augeas-1.1.0.ebuild4
1 files 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 7c0be63023ef..0d043ed20916 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