diff --git a/dev-python/pystache/pystache-0.6.8.ebuild b/dev-python/pystache/pystache-0.6.8.ebuild index 6e80f54476dc..3588969f0f78 100644 --- a/dev-python/pystache/pystache-0.6.8.ebuild +++ b/dev-python/pystache/pystache-0.6.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1