dev-python/jsonxs: add py3.7 + py3.8 support.

Bug: https://bugs.gentoo.org/718162
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Patrice Clement
2020-04-19 13:48:37 +02:00
parent 41100f1e54
commit e49abaa8ae

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1