diff --git a/package.json b/package.json index b235daa..9ecbcf5 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/config.ts b/src/config.ts index 7dcaff7..5c5034c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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,