From 4660e65e57795305961589876f1bd6ce38e8fe3d Mon Sep 17 00:00:00 2001 From: Stephen L Arnold Date: Mon, 1 May 2023 23:06:13 -0700 Subject: [PATCH] dev-cpp/gtest: bump python versions Signed-off-by: Stephen L Arnold --- dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild b/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild index efe1b03..350eea3 100644 --- a/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild +++ b/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild @@ -4,7 +4,7 @@ EAPI=7 # Python is required for tests and some build tasks. -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) CMAKE_ECLASS=cmake inherit cmake-multilib python-any-r1