diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-29 12:32:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-29 12:41:53 +0200 |
commit | e53bb9ebb26386d8542cb58b759d23d87195c5d3 (patch) | |
tree | 363d6be207c1945ccbdfb215dc0d123a966f7a6a /app-vim | |
parent | app-portage/g-octave: enable py3.12 (diff) | |
download | gentoo-e53bb9ebb26386d8542cb58b759d23d87195c5d3.tar.gz gentoo-e53bb9ebb26386d8542cb58b759d23d87195c5d3.tar.bz2 gentoo-e53bb9ebb26386d8542cb58b759d23d87195c5d3.zip |
app-vim/pydoc: enable py3.12
Closes: https://bugs.gentoo.org/929374
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pydoc/pydoc-2.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild index 77ced46cdbdb..e1db3e2bae8e 100644 --- a/app-vim/pydoc/pydoc-2.0-r2.ebuild +++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: integrates python documentation view and search tool" |