From 2bedaa42e63d28999ad2464b113d09add45e6450 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Thu, 12 Aug 2021 00:27:56 +0200 Subject: [PATCH] dev-python/python-augeas: enable py3.10 and disable py3.7 Signed-off-by: Louis Sautier --- 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 7c0be63023eff..0d043ed209162 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