summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-30 22:28:03 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-30 22:32:22 +0100
commit6ff1bf61bef20034ee8d2bfc4a26145d5070c797 (patch)
tree0463d43ef1e8003dceccde4f4a41d17dd2028b04 /app-vim/pydoc
parentsys-kernel/vanilla-sources: Automated version bump to {4.19.164,5.4.86,5.10.4... (diff)
downloadgentoo-6ff1bf61bef20034ee8d2bfc4a26145d5070c797.tar.gz
gentoo-6ff1bf61bef20034ee8d2bfc4a26145d5070c797.tar.bz2
gentoo-6ff1bf61bef20034ee8d2bfc4a26145d5070c797.zip
app-vim/pydoc: Port up to py3.8
Closes: https://bugs.gentoo.org/762211 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/pydoc')
-rw-r--r--app-vim/pydoc/pydoc-2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
index db83486ae1ac..ee401b228796 100644
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6..8} )
inherit vim-plugin python-single-r1