diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 15:04:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 15:40:58 +0200 |
commit | f9eb0482b26af3c37f5366a0872e4d7e44e5ffb9 (patch) | |
tree | c58cd922311c92ec369ba7fac2fdab4734252de6 /dev-python/termcolor | |
parent | sci-physics/pythia: remove old (diff) | |
download | gentoo-f9eb0482b26af3c37f5366a0872e4d7e44e5ffb9.tar.gz gentoo-f9eb0482b26af3c37f5366a0872e4d7e44e5ffb9.tar.bz2 gentoo-f9eb0482b26af3c37f5366a0872e4d7e44e5ffb9.zip |
dev-python/termcolor: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r-- | dev-python/termcolor/termcolor-1.1.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild index fff6a124e17f..fe2c8a672d51 100644 --- a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild +++ b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |