commit: 2008115b1838112fcbb566d7462cb0c9505f90b1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 29 19:08:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 29 19:08:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2008115b
dev-python/neovim-remote: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/935138 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/neovim-remote/neovim-remote-2.5.1.ebuild | 4 ++-- dev-python/neovim-remote/neovim-remote-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/neovim-remote/neovim-remote-2.5.1.ebuild b/dev-python/neovim-remote/neovim-remote-2.5.1.ebuild index 1f8ea433f9c9..17e147db2aa8 100644 --- a/dev-python/neovim-remote/neovim-remote-2.5.1.ebuild +++ b/dev-python/neovim-remote/neovim-remote-2.5.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild b/dev-python/neovim-remote/neovim-remote-9999.ebuild index c4c5cdfd52ef..b21a64e042d1 100644 --- a/dev-python/neovim-remote/neovim-remote-9999.ebuild +++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1
