commit: f7a9a91cc46bdd87464a8ef8795d42f16c6b40e5
Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 4 10:08:07 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep 4 10:08:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a9a91c
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 <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
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 211269033f8a..5351c69b1cd0 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake-multilib python-any-r1