dev-python/pyjwt: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 12:23:21 +0000 (14:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 12:54:34 +0000 (14:54 +0200)
dev-python/pyjwt/pyjwt-1.5.3.ebuild

index 652713206d13cc95924ca3744fa652c855048d6b..4f508b7efe49804d7c7d71d8903416eeb16289d7 100644 (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