commit: 27d9771c76b1ae1693066e1773f1a8cc8d427998 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Jun 19 09:41:58 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Jun 19 09:42:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d9771c
app-editors/pyvim: enable py3.12 Closes: https://bugs.gentoo.org/929298 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-editors/pyvim/pyvim-3.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/pyvim/pyvim-3.0.3.ebuild b/app-editors/pyvim/pyvim-3.0.3.ebuild index 984c32f845ed..237f234c7c33 100644 --- a/app-editors/pyvim/pyvim-3.0.3.ebuild +++ b/app-editors/pyvim/pyvim-3.0.3.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} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 edo
