summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-05-09 23:00:36 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-05-09 23:00:52 +0200
commit6c1f7c2c46c2fd66399bcd80a04360d63a96376a (patch)
treec37cb734ebfd922d4085af3712f1eb8a4d4f78df /dev-python
parentdev-python/tempita: enable Python 3.10 (diff)
downloadgentoo-6c1f7c2c46c2fd66399bcd80a04360d63a96376a.tar.gz
gentoo-6c1f7c2c46c2fd66399bcd80a04360d63a96376a.tar.bz2
gentoo-6c1f7c2c46c2fd66399bcd80a04360d63a96376a.zip
dev-python/humanize: enable Python 3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/humanize/humanize-3.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/humanize/humanize-3.5.0.ebuild b/dev-python/humanize/humanize-3.5.0.ebuild
index 7bc5554aa175..c806307de9e9 100644
--- a/dev-python/humanize/humanize-3.5.0.ebuild
+++ b/dev-python/humanize/humanize-3.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1