From: Fabian Groffen Date: Sat, 9 May 2020 10:11:21 +0000 (+0200) Subject: dev-python/whisper: add support for Python-3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45955c99697ac706336bd8527332ccb95d76345e;p=gentoo.git dev-python/whisper: add support for Python-3.8 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen --- diff --git a/dev-python/whisper/whisper-1.1.5.ebuild b/dev-python/whisper/whisper-1.1.5.ebuild index e229d3808d4f..11f974fc8f54 100644 --- a/dev-python/whisper/whisper-1.1.5.ebuild +++ b/dev-python/whisper/whisper-1.1.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1