commit:     b5deb123054f9f4ddd5384e292b45d5cb0a95bc0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 18:13:02 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 18:13:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5deb123

dev-cpp/catch: enable py3.11, py3.12

Closes: https://bugs.gentoo.org/905653
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-cpp/catch/catch-2.13.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/catch/catch-2.13.8.ebuild 
b/dev-cpp/catch/catch-2.13.8.ebuild
index d1e34061b150..a9e8c869e243 100644
--- a/dev-cpp/catch/catch-2.13.8.ebuild
+++ b/dev-cpp/catch/catch-2.13.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit cmake python-any-r1
 

Reply via email to