diff options
author | Peter Levine <plevine457@gmail.com> | 2023-09-04 12:08:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-09-04 12:08:07 +0200 |
commit | f7a9a91cc46bdd87464a8ef8795d42f16c6b40e5 (patch) | |
tree | 2c3093fe89493fa50186ab1b876d90fb0940e7c2 /dev-cpp | |
parent | dev-cpp/gtest: no need to remove -Werror (diff) | |
download | gentoo-f7a9a91cc46bdd87464a8ef8795d42f16c6b40e5.tar.gz gentoo-f7a9a91cc46bdd87464a8ef8795d42f16c6b40e5.tar.bz2 gentoo-f7a9a91cc46bdd87464a8ef8795d42f16c6b40e5.zip |
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>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |