summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:15:34 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:11 +0200
commit7b25bd17cecb194c1265c11659b2b7e975e90baf (patch)
tree6177665cdf8f1927726bcaaebbecb4f871aacd64 /www-servers/tornado
parentdev-python/twisted: Enable py3.7 (diff)
downloadgentoo-7b25bd17cecb194c1265c11659b2b7e975e90baf.tar.gz
gentoo-7b25bd17cecb194c1265c11659b2b7e975e90baf.tar.bz2
gentoo-7b25bd17cecb194c1265c11659b2b7e975e90baf.zip
www-servers/tornado: Enable py3.7
Diffstat (limited to 'www-servers/tornado')
-rw-r--r--www-servers/tornado/tornado-5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/tornado/tornado-5.1.ebuild b/www-servers/tornado/tornado-5.1.ebuild
index 7b99b382e3fd..728122716d35 100644
--- a/www-servers/tornado/tornado-5.1.ebuild
+++ b/www-servers/tornado/tornado-5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1