diff --git a/dev-python/pypugjs/pypugjs-5.9.9.ebuild b/dev-python/pypugjs/pypugjs-5.9.9.ebuild index 5301bcefc4e13..7d4959b3c7bf4 100644 --- a/dev-python/pypugjs/pypugjs-5.9.9.ebuild +++ b/dev-python/pypugjs/pypugjs-5.9.9.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1