dev-python/js2py: add py3_8

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-06-09 16:54:49 +02:00
parent c4851b07c9
commit 6642120e1d

View File

@@ -6,7 +6,7 @@ EAPI=7
MY_PN="Js2Py"
MY_P="${MY_PN}-${PV}"
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1