commit: d84999ac8a5c659ba6687973057546bddf16e476 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 22 17:01:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 22 17:02:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84999ac
sys-process/bcron: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952751 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/bcron/bcron-0.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/bcron/bcron-0.11.ebuild b/sys-process/bcron/bcron-0.11.ebuild index 669ce8a8becc..e606c1df8231 100644 --- a/sys-process/bcron/bcron-0.11.ebuild +++ b/sys-process/bcron/bcron-0.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cron python-any-r1 toolchain-funcs
