From 42e06168be8e894d260308fa2ba54785802f9f46 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 3 May 2023 06:39:09 +0100 Subject: [PATCH] dev-cpp/ctemplate: enable py3.11 Only used for tests and already restricted. Closes: https://bugs.gentoo.org/896670 Signed-off-by: Sam James --- dev-cpp/ctemplate/ctemplate-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/ctemplate/ctemplate-2.4.ebuild b/dev-cpp/ctemplate/ctemplate-2.4.ebuild index 4ae3af9c20f2b..b1a2a9d2775c8 100644 --- a/dev-cpp/ctemplate/ctemplate-2.4.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools elisp-common python-any-r1