dev-python/josepy: add py37 to 1.1.0
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 15:30:44 +0000 (10:30 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 16:00:12 +0000 (11:00 -0500)
Bug: https://bugs.gentoo.org/685330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/josepy/josepy-1.1.0.ebuild

index 3afdb81c8e98b63c87ad4fddbf4fac7e78948c7d..a345fc6f3611065e8a5996db61a354caf1ef7677 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="JOSE protocol implementation in Python"