diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 10:15:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 10:25:03 +0200 |
commit | 1ae1307095d2f160fb92e1702bef8ef0b16c080c (patch) | |
tree | caa7e7250517d72ef4a5667b16ba286e303765fc /dev-python/hypercorn | |
parent | dev-python/starlette: Enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |