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

Defaults to "python" #54

Open
Hjaltesorgenfrei opened this issue Feb 1, 2021 · 2 comments
Open

Defaults to "python" #54

Hjaltesorgenfrei opened this issue Feb 1, 2021 · 2 comments

Comments

@Hjaltesorgenfrei
Copy link
Contributor

The config is currently defaulting to python, with no clear difference between python 2 and 3. This is problematic as the kattis platform differs between the two, so it should be either python2 or python3

@jlndk
Copy link
Collaborator

jlndk commented Feb 1, 2021

Since python 2 has been deprecated we should default to python 3 IMO. This would be a non-breaking change since it would only take place on config generation (

"language": "python",
)

@Hjaltesorgenfrei
Copy link
Contributor Author

I think that is reasonable. But as long as Kattis allows python2, it should be an option, it still runs faster than python3

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

No branches or pull requests

2 participants