app-misc/tmux2html: add py3.7 + py3.8 support.

Closes: https://bugs.gentoo.org/718236
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-24 18:40:28 +02:00
parent 644fbd3596
commit 07aea8845a

View File

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