commit: fd807de0bdb099e5ef6ef9ae6d514253707d769c
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 03:04:12 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 03:14:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd807de0
dev-cpp/ctemplate: enable py3.13
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
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 4cbee4fbcc2e..8224d19db62c 100644
--- a/dev-cpp/ctemplate/ctemplate-2.4.ebuild
+++ b/dev-cpp/ctemplate/ctemplate-2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit autotools elisp-common flag-o-matic python-any-r1