From aa7c2813fbe23783e3563325001b4c1124bf8caa Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 22 Jan 2020 23:55:26 +0100 Subject: [PATCH] dev-python/twisted: add Python 3.8 support Signed-off-by: Thomas Deutschmann --- dev-python/twisted/twisted-19.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2