dev-python/pyu2f: Add python3_7 to version 0.1.4
authorPatrick McLean <patrick.mclean@sony.com>
Tue, 25 Jun 2019 21:40:39 +0000 (14:40 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Tue, 25 Jun 2019 21:40:39 +0000 (14:40 -0700)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/pyu2f/pyu2f-0.1.4.ebuild

index 2abe40f42e2118187d9ec4270e5e3de7b7b6a353..59de7660cc44ef9a7ca179f07e9fc016ba9347a3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit distutils-r1