diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild index 9434d5a..a7dc66b 100644 --- a/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild +++ b/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_7 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"