Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PyPy3.9 for cph-submit #393

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Support PyPy3.9 for cph-submit #393

merged 2 commits into from
Nov 22, 2023

Conversation

pedrosorio
Copy link
Contributor

Python3.6 is ancient. PyPy3.6 (7.3.0) is significantly slower than the most recent PyPy3.9 (7.3.9 64-bit) version supported by codeforces.

This adds support for the most recent version and makes it default for Python submissions. Also, fix the version number for PyPy3.6.

Fixes #383

Python3.6 is ancient. PyPy3.6 (7.3.0) is significantly slower than the most
recent PyPy3.9 (7.3.9 64-bit) version supported by codeforces.

This adds support for the most recent version and makes it default
for Python submissions. Also, fix the version number for PyPy3.6.
agrawal-d
agrawal-d previously approved these changes Nov 22, 2023
Copy link
Owner

@agrawal-d agrawal-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@agrawal-d
Copy link
Owner

Please resolve the conflicts

@agrawal-d agrawal-d merged commit 7a344cf into agrawal-d:main Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support to use cph-submit with PyPy 3.9.10 (7.3.9, 64-bit)
2 participants