diff options
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r-- | app-vim/vimpython/vimpython-1.13-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild index 65cd01ec3161..73600cf3bfd8 100644 --- a/app-vim/vimpython/vimpython-1.13-r3.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit vim-plugin python-single-r1 |