summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-12 20:04:55 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-12 20:27:53 +0200
commit36473172288b918407741cf92db708009ce39d4e (patch)
treef31665811086ba4f468e59f1c32566cc7a7e5b77 /dev-python/humanize
parentdev-python/http-parser: Enable py3.11 (diff)
downloadgentoo-36473172288b918407741cf92db708009ce39d4e.tar.gz
gentoo-36473172288b918407741cf92db708009ce39d4e.tar.bz2
gentoo-36473172288b918407741cf92db708009ce39d4e.zip
dev-python/humanize: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/humanize')
-rw-r--r--dev-python/humanize/humanize-4.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/humanize/humanize-4.1.0.ebuild b/dev-python/humanize/humanize-4.1.0.ebuild
index 348b7b0209cb..5887ac380442 100644
--- a/dev-python/humanize/humanize-4.1.0.ebuild
+++ b/dev-python/humanize/humanize-4.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1