dev-python/twine-1.15.0: Add py38
authorPatrick McLean <patrick.mclean@sony.com>
Wed, 4 Dec 2019 23:04:47 +0000 (15:04 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Thu, 5 Dec 2019 00:20:57 +0000 (16:20 -0800)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/twine/twine-1.15.0.ebuild

index c4de1ffe7f13e74a7569643385f405912772521d..d30f9c47a9223036249e8ecb66f57559990ef8be 100644 (file)
@@ -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