commit:     e53bb9ebb26386d8542cb58b759d23d87195c5d3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 10:32:40 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 10:41:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53bb9eb

app-vim/pydoc: enable py3.12

Closes: https://bugs.gentoo.org/929374
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 4 ++--
 1 file 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"

Reply via email to