summaryrefslogtreecommitdiff
path: root/app-vim/pydoc
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/pydoc')
-rw-r--r--app-vim/pydoc/pydoc-2.0-r2.ebuild4
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"