commit bc06a14f7fc42522ce90166a2870ea2d7c31f327
parent 3a06c602ab419ef67ee245ebf8438804e1edb6eb
Author: parazyd <parazyd@dyne.org>
Date: Sat, 15 May 2021 08:56:19 +0200
dev-util/devscripts: Update python_compat.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/devscripts/devscripts-2.20.4.ebuild b/dev-util/devscripts/devscripts-2.20.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1