diff --git a/dev-python/phply/phply-1.2.6.ebuild b/dev-python/phply/phply-1.2.6.ebuild index 67cde47b11fa2..13387549acf3f 100644 --- a/dev-python/phply/phply-1.2.6.ebuild +++ b/dev-python/phply/phply-1.2.6.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="Lexer and parser for PHP source implemented using PLY"