diff --git a/dev-python/twine/twine-3.4.1.ebuild b/dev-python/twine/twine-3.4.1.ebuild index a1c46e5c80981..17f9c3dc5eef7 100644 --- a/dev-python/twine/twine-3.4.1.ebuild +++ b/dev-python/twine/twine-3.4.1.ebuild @@ -3,9 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Collection of utilities for publishing packages on PyPI"