commit: 468df49ec04a20b9a62ed703f09f3321aca554e8 Author: Zen <z <AT> pyl <DOT> onl> AuthorDate: Sat Jan 31 19:34:27 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 1 03:11:58 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468df49e
dev-python/zenlib: add python 3.14 support for the 9999 Signed-off-by: Zen <z <AT> pyl.onl> Part-of: https://github.com/gentoo/gentoo/pull/45592 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/zenlib/zenlib-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/zenlib/zenlib-9999.ebuild b/dev-python/zenlib/zenlib-9999.ebuild index 60d2619b90ef..54df375eeb9f 100644 --- a/dev-python/zenlib/zenlib-9999.ebuild +++ b/dev-python/zenlib/zenlib-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 git-r3
