summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2024-06-16 23:25:32 -0400
committerSam James <sam@gentoo.org>2024-06-18 03:08:51 +0100
commitadc3eccfa59cf9f0c62e894f99c12d6b9872747e (patch)
tree65669486aa1b72b62da72f95f665a08ae9c4e724 /dev-cpp
parentdev-libs/ivykis: drop 0.43 (diff)
downloadgentoo-adc3eccfa59cf9f0c62e894f99c12d6b9872747e.tar.gz
gentoo-adc3eccfa59cf9f0c62e894f99c12d6b9872747e.tar.bz2
gentoo-adc3eccfa59cf9f0c62e894f99c12d6b9872747e.zip
dev-cpp/gtest: enable py3.13
Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gtest/gtest-1.14.0.ebuild2
-rw-r--r--dev-cpp/gtest/gtest-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/gtest/gtest-1.14.0.ebuild b/dev-cpp/gtest/gtest-1.14.0.ebuild
index db197bf961d2..307c8242b1c9 100644
--- a/dev-cpp/gtest/gtest-1.14.0.ebuild
+++ b/dev-cpp/gtest/gtest-1.14.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
# Python is required for tests and some build tasks.
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake-multilib python-any-r1
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index 5351c69b1cd0..175fed22f13f 100644
--- a/dev-cpp/gtest/gtest-9999.ebuild
+++ b/dev-cpp/gtest/gtest-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Python is required for tests and some build tasks.
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake-multilib python-any-r1