commit: b3b8bec1f994cf67d15d6d0770ec9b5a3c48bdff Author: Zen <z <AT> pyl <DOT> onl> AuthorDate: Wed Feb 4 20:43:56 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 5 08:57:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b8bec1
dev-python/pycpio: add python 3.14 to 9999 Signed-off-by: Zen <z <AT> pyl.onl> Part-of: https://github.com/gentoo/gentoo/pull/45643 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pycpio/pycpio-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pycpio/pycpio-9999.ebuild b/dev-python/pycpio/pycpio-9999.ebuild index 2a67000e6a43..020bfaa663cc 100644 --- a/dev-python/pycpio/pycpio-9999.ebuild +++ b/dev-python/pycpio/pycpio-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 optfeature git-r3 shell-completion
