diff --git a/dev-python/args/args-0.1.0-r1.ebuild b/dev-python/args/args-0.1.0-r1.ebuild index 318e56324a525..04f5875479e6f 100644 --- a/dev-python/args/args-0.1.0-r1.ebuild +++ b/dev-python/args/args-0.1.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) + +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1