diff options
author | 2021-06-05 20:22:06 +0200 | |
---|---|---|
committer | 2021-06-05 20:22:33 +0200 | |
commit | f259fdabcd4d993c45f1fc2b76f0f81292666203 (patch) | |
tree | 70e712a16ceb7c57f747c61843e653ad910ffc46 /dev-python/terminado | |
parent | dev-python/svgwrite: Enable py3.10 (diff) | |
download | gentoo-f259fdabcd4d993c45f1fc2b76f0f81292666203.tar.gz gentoo-f259fdabcd4d993c45f1fc2b76f0f81292666203.tar.bz2 gentoo-f259fdabcd4d993c45f1fc2b76f0f81292666203.zip |
dev-python/terminado: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/terminado')
-rw-r--r-- | dev-python/terminado/terminado-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/terminado/terminado-0.10.0.ebuild b/dev-python/terminado/terminado-0.10.0.ebuild index 45482f499c02..17dea5b1553d 100644 --- a/dev-python/terminado/terminado-0.10.0.ebuild +++ b/dev-python/terminado/terminado-0.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |