dev-python/jsonxs: add py3.7 + py3.8 support.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 19 Apr 2020 11:48:37 +0000 (13:48 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 19 Apr 2020 11:49:22 +0000 (13:49 +0200)
Bug: https://bugs.gentoo.org/718162
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/jsonxs/jsonxs-0.6.ebuild

index 9064117d1c47a38a9c100d2a02520469dec5a603..5100c9b4734bb450ad2cf884209d1f2692b72f1c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1