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

Python version 3.6 not supported #1081

Closed
paul-calvelage opened this issue Aug 18, 2017 · 2 comments
Closed

Python version 3.6 not supported #1081

paul-calvelage opened this issue Aug 18, 2017 · 2 comments

Comments

@paul-calvelage
Copy link

I was attempting the "Geometry Basics: Distance between points in 2D"
(https://www.codewars.com/kata/geometry-basics-distance-between-points-in-2d/train/python) kata today and ran into this error when clicking "Run Sample Tests" or "Attempt":
not supported

For this particular kata, Python 3.6 appears to be the only version I can select, as the others are greyed out:
version

I can reproduce the "python version 3.6 not supported" message on other Python kata that have the 3.6.0 option.

@Voileexperiments
Copy link

@kazk this can be closed with the new front end finally supporting 3.6 properly.

@kazk
Copy link
Member

kazk commented Apr 19, 2018

Thanks, this was actually caused by the request payload having number 3.6 as language version (I think). The new runner is little bit nicer and accepts it.
I tried to find the source of this bug (why the language version is sometimes given as a number), but eventually gave up.

@kazk kazk closed this as completed Apr 19, 2018
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

3 participants