From c7ef080d205131adc41c5fc209f68aebcc58d8b7 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 14 Oct 2021 14:35:57 +0300 Subject: [PATCH] dev-cpp/ctemplate: enable py3.10 Signed-off-by: Arthur Zamarin --- 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 0c28fddff04c5..369e0bd725d57 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_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools elisp-common python-any-r1