Skip to content

Commit

Permalink
remove python3.11 from language mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
verngutz committed Oct 17, 2024
1 parent c1266db commit c242b70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmscontrib/loaders/kompgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ 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': 'Python 3 / CPython',
'pypy3': 'Python 3 / PyPy',
}
Expand Down

0 comments on commit c242b70

Please sign in to comment.