From 18140da18d96f2ccfa53eee4bd7696a8b62690ad Mon Sep 17 00:00:00 2001 From: Peter Levine Date: Tue, 3 Jun 2025 22:32:50 -0400 Subject: [PATCH] dev-cpp/gtest: enable py3.14 Signed-off-by: Peter Levine Part-of: https://github.com/gentoo/gentoo/pull/42434 Signed-off-by: Sam James --- dev-cpp/gtest/gtest-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 9772c8c9667ed..2bc9400cc0782 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 # Python is required for tests and some build tasks. -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit cmake-multilib flag-o-matic python-any-r1 toolchain-funcs