diff --git a/dev-python/installer/installer-0.5.1.ebuild b/dev-python/installer/installer-0.5.1.ebuild index 71731fa000a9f..ce5ec797e91d7 100644 --- a/dev-python/installer/installer-0.5.1.ebuild +++ b/dev-python/installer/installer-0.5.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=manual -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="A library for installing Python wheels"