commit: 79a75b1706051c507a6efb994cb925145965c509 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sat Jun 7 10:11:01 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 16:11:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a75b17
dev-debug/apitrace: enable py3.14, drop py3.10 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42483 Closes: https://github.com/gentoo/gentoo/pull/42483 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-debug/apitrace/apitrace-12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-debug/apitrace/apitrace-12.0.ebuild b/dev-debug/apitrace/apitrace-12.0.ebuild index 16c4f03c4605..e683eb322abb 100644 --- a/dev-debug/apitrace/apitrace-12.0.ebuild +++ b/dev-debug/apitrace/apitrace-12.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake-multilib multilib optfeature python-single-r1 DESCRIPTION="Tool for tracing, analyzing, and debugging graphics APIs"
