diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 14:34:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 14:36:20 +0200 |
commit | fb1850529869e1afb9aaa4d7bec9a3ab1cf3cec7 (patch) | |
tree | 8793c830e5404234137c91e2e31ad27ac8041236 /dev-python/ansicolor | |
parent | dev-python/ansi2html: Enable py3.10 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/ansicolor/ansicolor-0.3.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ansicolor/ansicolor-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ansicolor/ansicolor-0.3.2.ebuild b/dev-python/ansicolor/ansicolor-0.3.2.ebuild index 510a58e663bc..2529688dc172 100644 --- a/dev-python/ansicolor/ansicolor-0.3.2.ebuild +++ b/dev-python/ansicolor/ansicolor-0.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 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 |