diff --git a/dev-python/pytest-httpserver/pytest-httpserver-1.0.8.ebuild b/dev-python/pytest-httpserver/pytest-httpserver-1.0.8.ebuild index 842fa75ebaedf..2b8ae26330635 100644 --- a/dev-python/pytest-httpserver/pytest-httpserver-1.0.8.ebuild +++ b/dev-python/pytest-httpserver/pytest-httpserver-1.0.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi