summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 10:15:44 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 10:25:03 +0200
commit1ae1307095d2f160fb92e1702bef8ef0b16c080c (patch)
treecaa7e7250517d72ef4a5667b16ba286e303765fc /dev-python/hypercorn
parentdev-python/starlette: Enable py3.12 (diff)
downloadgentoo-1ae1307095d2f160fb92e1702bef8ef0b16c080c.tar.gz
gentoo-1ae1307095d2f160fb92e1702bef8ef0b16c080c.tar.bz2
gentoo-1ae1307095d2f160fb92e1702bef8ef0b16c080c.zip
dev-python/hypercorn: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hypercorn')
-rw-r--r--dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild b/dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild
index 97423cf81d2b..35d0f3433123 100644
--- a/dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild
+++ b/dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1