Skip to content

Commit

Permalink
update to Python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
verngutz committed Oct 17, 2024
1 parent c1266db commit f76879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmscontrib/loaders/kompgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand Down

0 comments on commit f76879b

Please sign in to comment.