diff options
Diffstat (limited to 'dev-python/semantic_version/semantic_version-2.8.2.ebuild')
-rw-r--r-- | dev-python/semantic_version/semantic_version-2.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/semantic_version/semantic_version-2.8.2.ebuild b/dev-python/semantic_version/semantic_version-2.8.2.ebuild index 760fc93c5e61..3f78ef9ec089 100644 --- a/dev-python/semantic_version/semantic_version-2.8.2.ebuild +++ b/dev-python/semantic_version/semantic_version-2.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 |