summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 14:34:04 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 14:36:20 +0200
commitfb1850529869e1afb9aaa4d7bec9a3ab1cf3cec7 (patch)
tree8793c830e5404234137c91e2e31ad27ac8041236 /dev-python/ansicolor/ansicolor-9999.ebuild
parentdev-python/ansi2html: Enable py3.10 (diff)
downloadgentoo-fb1850529869e1afb9aaa4d7bec9a3ab1cf3cec7.tar.gz
gentoo-fb1850529869e1afb9aaa4d7bec9a3ab1cf3cec7.tar.bz2
gentoo-fb1850529869e1afb9aaa4d7bec9a3ab1cf3cec7.zip
dev-python/ansicolor: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ansicolor/ansicolor-9999.ebuild')
-rw-r--r--dev-python/ansicolor/ansicolor-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ansicolor/ansicolor-9999.ebuild b/dev-python/ansicolor/ansicolor-9999.ebuild
index 82e29392ef6b..d678863551e3 100644
--- a/dev-python/ansicolor/ansicolor-9999.ebuild
+++ b/dev-python/ansicolor/ansicolor-9999.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=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1