dev-cpp/gtest: enable py3.14

Signed-off-by: Peter Levine <plevine457@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42434
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Peter Levine
2025-06-03 22:32:50 -04:00
committed by Sam James
parent fa0f913f7e
commit 18140da18d

View File

@@ -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