summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-01-22 23:55:26 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-01-23 00:40:18 +0100
commitaa7c2813fbe23783e3563325001b4c1124bf8caa (patch)
treea9de70fd24a0f45a61542ba523058eaf4892b665 /dev-python/twisted
parentdev-python/pyhamcrest: add Python 3.8 support (diff)
downloadgentoo-aa7c2813fbe23783e3563325001b4c1124bf8caa.tar.gz
gentoo-aa7c2813fbe23783e3563325001b4c1124bf8caa.tar.bz2
gentoo-aa7c2813fbe23783e3563325001b4c1124bf8caa.zip
dev-python/twisted: add Python 3.8 support
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/twisted-19.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twisted/twisted-19.10.0.ebuild b/dev-python/twisted/twisted-19.10.0.ebuild
index 06cd0b945fd5..6491d91917f8 100644
--- a/dev-python/twisted/twisted-19.10.0.ebuild
+++ b/dev-python/twisted/twisted-19.10.0.ebuild
@@ -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