diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:26:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:26:51 +0200 |
commit | 5b7a0e34ce50b3c9a414d7f703b8c0a0b5659260 (patch) | |
tree | beebcb35111f9c651145724a20526c5e2c5cc73a /dev-python/unidecode | |
parent | dev-python/towncrier: Enable py3.10 (diff) | |
download | gentoo-5b7a0e34ce50b3c9a414d7f703b8c0a0b5659260.tar.gz gentoo-5b7a0e34ce50b3c9a414d7f703b8c0a0b5659260.tar.bz2 gentoo-5b7a0e34ce50b3c9a414d7f703b8c0a0b5659260.zip |
dev-python/unidecode: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/unidecode-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unidecode/unidecode-1.2.0.ebuild b/dev-python/unidecode/unidecode-1.2.0.ebuild index df4537dad3d1..27f57a6cc0ae 100644 --- a/dev-python/unidecode/unidecode-1.2.0.ebuild +++ b/dev-python/unidecode/unidecode-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) PYTHON_REQ_USE="wide-unicode(+)" DISTUTILS_USE_SETUPTOOLS="rdepend" |