summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-07-16 20:13:02 +0200
committerDavid Seifert <soap@gentoo.org>2023-07-16 20:13:02 +0200
commitb5deb123054f9f4ddd5384e292b45d5cb0a95bc0 (patch)
tree9978d9484c0b13cfe07f49b2f6ceae1d081d9f59 /dev-cpp/catch/catch-2.13.8.ebuild
parentdev-cpp/catch: sync live ebuild (diff)
downloadgentoo-b5deb123054f9f4ddd5384e292b45d5cb0a95bc0.tar.gz
gentoo-b5deb123054f9f4ddd5384e292b45d5cb0a95bc0.tar.bz2
gentoo-b5deb123054f9f4ddd5384e292b45d5cb0a95bc0.zip
dev-cpp/catch: enable py3.11, py3.12
Closes: https://bugs.gentoo.org/905653 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-cpp/catch/catch-2.13.8.ebuild')
-rw-r--r--dev-cpp/catch/catch-2.13.8.ebuild2
1 files changed, 1 insertions, 1 deletions
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