From: Patrick McLean Date: Wed, 4 Dec 2019 23:04:47 +0000 (-0800) Subject: dev-python/twine-1.15.0: Add py38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b66d3d450dacf60d4b899dad23c08c40786e3725;p=gentoo.git dev-python/twine-1.15.0: Add py38 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean --- diff --git a/dev-python/twine/twine-1.15.0.ebuild b/dev-python/twine/twine-1.15.0.ebuild index c4de1ffe7f13..d30f9c47a922 100644 --- a/dev-python/twine/twine-1.15.0.ebuild +++ b/dev-python/twine/twine-1.15.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1