app-vim/pydiction: add py3.7 + py3.8 support.
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 24 Apr 2020 16:42:07 +0000 (18:42 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 24 Apr 2020 16:42:10 +0000 (18:42 +0200)
Closes: https://bugs.gentoo.org/718266
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-vim/pydiction/pydiction-1.2.3-r2.ebuild

index 24de26a5d4c4e792b9adfe9d1829b79da4293948..4e06bb3c0bb5d369bfbad732108db797648eeb41 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python{3_6,3_7,3_8} )
 
 inherit vim-plugin python-r1