dev-python/pyjwt: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-18 14:23:21 +02:00
parent c1da8c001b
commit cf0c6e92fe

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy )
inherit distutils-r1 eutils