Enable py3.7

This commit is contained in:
Michał Górny
2018-07-24 14:41:00 +02:00
parent 6f3b1b1176
commit 95d0a66b0c

View File

@@ -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 autotools python-r1