diff options
author | Sam James <sam@gentoo.org> | 2023-05-03 06:39:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-03 06:39:13 +0100 |
commit | 42e06168be8e894d260308fa2ba54785802f9f46 (patch) | |
tree | 2d6530998c1a620d0883592883461398b4487663 /dev-cpp/ctemplate/ctemplate-2.4.ebuild | |
parent | dev-python/pyGPG: mark ALLARCHES (diff) | |
download | gentoo-42e06168be8e894d260308fa2ba54785802f9f46.tar.gz gentoo-42e06168be8e894d260308fa2ba54785802f9f46.tar.bz2 gentoo-42e06168be8e894d260308fa2ba54785802f9f46.zip |
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>
Diffstat (limited to 'dev-cpp/ctemplate/ctemplate-2.4.ebuild')
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/ctemplate/ctemplate-2.4.ebuild b/dev-cpp/ctemplate/ctemplate-2.4.ebuild index 4ae3af9c20f2..b1a2a9d2775c 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 |