dev-cpp/gtest: enable py3.12

Tests run fine with dev-lang/python-3.12.0_beta4_p2:3.12::gentoo.

Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Peter Levine
2023-09-04 12:08:07 +02:00
committed by David Seifert
parent 13df45aaa1
commit f7a9a91cc4

View File

@@ -4,7 +4,7 @@
EAPI=8
# Python is required for tests and some build tasks.
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit cmake-multilib python-any-r1