From f76879b71cb655a85eb12a174043ff3502faca5f Mon Sep 17 00:00:00 2001 From: Vernon Gutierrez Date: Thu, 17 Oct 2024 19:00:06 +0800 Subject: [PATCH] update to Python3.13 --- cmscontrib/loaders/kompgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmscontrib/loaders/kompgen.py b/cmscontrib/loaders/kompgen.py index 6e7b10e3c..7f057e965 100644 --- a/cmscontrib/loaders/kompgen.py +++ b/cmscontrib/loaders/kompgen.py @@ -77,7 +77,7 @@ def __init__(self, input=None, output=None): 'c++': 'C++17 / g++', 'cpp': 'C++17 / g++', 'java': 'Java / JDK', - 'python3.11': 'Python 3.11 / CPython', + 'python3.13': 'Python 3.13 / CPython', 'python3': 'Python 3 / CPython', 'pypy3': 'Python 3 / PyPy', }