diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-05-09 12:11:21 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-05-09 12:11:21 +0200 |
commit | 45955c99697ac706336bd8527332ccb95d76345e (patch) | |
tree | d50d9a28a110dfe23f8aeeff6c1f3de55edb6398 /dev-python/whisper | |
parent | dev-python/txAMQP: add support for Python-3.{7,8} (diff) | |
download | gentoo-45955c99697ac706336bd8527332ccb95d76345e.tar.gz gentoo-45955c99697ac706336bd8527332ccb95d76345e.tar.bz2 gentoo-45955c99697ac706336bd8527332ccb95d76345e.zip |
dev-python/whisper: add support for Python-3.8
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python/whisper')
-rw-r--r-- | dev-python/whisper/whisper-1.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |