Skip to content

Commit

Permalink
made c++23 as default and updated pypy version to 3.10 (#501)
Browse files Browse the repository at this point in the history
* added support for c++23

* made c++23 as default and updated pypy version to 3.10

* made c++23 as default and updated pypy to pypy 3.10
  • Loading branch information
mmangkad authored Oct 24, 2024
1 parent f797fb8 commit 970dabe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"cph.language.cpp.SubmissionCompiler": {
"type": "string",
"title": "check12344566",
"default": "GNU G++17 7.3.0",
"default": "GNU G++23 14.2 (64 bit, msys2)",
"enum": [
"GNU G++17 7.3.0",
"GNU G++14 6.4.0",
Expand All @@ -139,12 +139,12 @@
},
"cph.language.python.SubmissionCompiler": {
"type": "string",
"default": "PyPy 3.9.10 (7.3.9, 64bit)",
"default": "PyPy 3.10 (7.3.15, 64bit)",
"enum": [
"PyPy 2.7 (7.2.0)",
"PyPy 3.6 (7.2.0)",
"PyPy 3.9.10 (7.3.9, 64bit)",
"PyPy 3.10 (7.3.15, 64bit)",
"Python 3.7.2",
"PyPy 2.7 (7.2.0)",
"Python 2.7.15"
],
"description": "The compiler chosen in the drop down during Codeforces submission for python"
Expand Down
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export default {
'Java 11.0.6': 60,
'Java 1.8.0_241': 36,
'Node.js 15.8.0 (64bit)': 55,
'PyPy 2.7.13 (7.3.0)': 40,
'PyPy 3.6.9 (7.3.0)': 41,
'PyPy 3.9.10 (7.3.9, 64bit)': 70,
'PyPy 3.10 (7.3.15, 64bit)': 70,
'Python 3.8.10': 31,
'PyPy 2.7.13 (7.3.0)': 40,
'Python 2.7.18': 7,
'Ruby 3.2.2': 67,
'GNU GCC C11 5.1.0': 43,
Expand Down

0 comments on commit 970dabe

Please sign in to comment.