diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-06 09:10:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-06 09:32:50 +0200 |
commit | f982cbb0d3311e32272c8d6d8c3fa0b94fb2adcd (patch) | |
tree | abcdc6b976c8378b598ec393878cb35ad0ccfd89 /dev-python/text-unidecode | |
parent | dev-python/hypothesis: Bump to 6.12.0 (diff) | |
download | gentoo-f982cbb0d3311e32272c8d6d8c3fa0b94fb2adcd.tar.gz gentoo-f982cbb0d3311e32272c8d6d8c3fa0b94fb2adcd.tar.bz2 gentoo-f982cbb0d3311e32272c8d6d8c3fa0b94fb2adcd.zip |
dev-python/text-unidecode: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/text-unidecode')
-rw-r--r-- | dev-python/text-unidecode/text-unidecode-1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/text-unidecode/text-unidecode-1.3.ebuild b/dev-python/text-unidecode/text-unidecode-1.3.ebuild index d64baad499b6..dc39392c1d63 100644 --- a/dev-python/text-unidecode/text-unidecode-1.3.ebuild +++ b/dev-python/text-unidecode/text-unidecode-1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="The most basic port of the Text::Unidecode Perl library" |