diff --git a/dev-python/semantic_version/semantic_version-2.8.4.ebuild b/dev-python/semantic_version/semantic_version-2.8.4.ebuild index cf11169d38f76..31cf61f769041 100644 --- a/dev-python/semantic_version/semantic_version-2.8.4.ebuild +++ b/dev-python/semantic_version/semantic_version-2.8.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Python library providing a few tools handling SemVer in Python"