commit: 4026cd224c41e2f6adc596732ec01c4171e79ec4 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Jul 7 04:13:06 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Jul 8 22:59:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4026cd22
app-benchmarks/bootchart2: enable py3.12, py3.13, py3.14 Closes: https://bugs.gentoo.org/929287 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild b/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild index 159e6333e694..64dcd6ed54ef 100644 --- a/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild +++ b/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{11..14} ) inherit linux-info python-single-r1 systemd toolchain-funcs
