diff options
-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 |