From 8f6f6225fca61d5296f38faf71af800bf7e531ed Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 13 Jun 2021 13:26:22 +0200 Subject: dev-python/twine: Enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/twine/twine-3.4.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/twine/twine-3.4.1.ebuild b/dev-python/twine/twine-3.4.1.ebuild index a1c46e5c8098..17f9c3dc5eef 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" -- cgit v1.2.3-65-gdbad