dev-python/twisted: add Python 3.8 support
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 22:55:26 +0000 (23:55 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 23:40:18 +0000 (00:40 +0100)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/twisted/twisted-19.10.0.ebuild

index 06cd0b945fd5d523f91a25a02a299454f8885129..6491d91917f8895bdffd1c64ea4540f98150a882 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1