dev-cpp/ctemplate: enable py3.11

Only used for tests and already restricted.

Closes: https://bugs.gentoo.org/896670
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-05-03 06:39:09 +01:00
parent 8da0d0ba21
commit 42e06168be

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit autotools elisp-common python-any-r1