diff --git a/dev-python/pygame/pygame-2.6.1.ebuild b/dev-python/pygame/pygame-2.6.1.ebuild index 556da769fd6e2..0de5c29ec8af2 100644 --- a/dev-python/pygame/pygame-2.6.1.ebuild +++ b/dev-python/pygame/pygame-2.6.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) inherit distutils-r1