Skip to content

Commit

Permalink
made c++23 as default and updated pypy to pypy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mmangkad committed Oct 24, 2024
1 parent 6c2f31d commit 66e5550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@
"type": "string",
"default": "PyPy 3.10 (7.3.15, 64bit)",
"enum": [
"PyPy 2.7 (7.2.0)",
"PyPy 3.6 (7.2.0)",
"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
2 changes: 1 addition & 1 deletion 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.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 66e5550

Please sign in to comment.