dev-util/howdoi: add python 3.7

Closes: https://bugs.gentoo.org/718292
Package-Manager: Portage-2.3.89, Repoman-2.3.22
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
This commit is contained in:
Michael Palimaka
2020-04-20 18:37:45 +10:00
parent b2846008d3
commit 6e1af7ab72

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="A code search tool"