google / ctfscoreboard

Scoreboard for Capture The Flag competitions.
Apache License 2.0
164 stars 61 forks source link

migration to python 3 - python 2 deprecation #271

Closed noraj closed 4 years ago

noraj commented 4 years ago

python2 is deprecated, any plan to move to python3 ?

https://www.python.org/doc/sunset-python-2/ https://pythonclock.org/

Matir commented 4 years ago

The entire codebase should be compatible with python3. Our test suites are run against python 3.6 as well as 2.7.

noraj commented 4 years ago

Ok so the README is outdated:

image

Matir commented 4 years ago

Great catch, that was indeed outdated. Fixed now.

noraj commented 4 years ago

Great catch, that was indeed outdated. Fixed now.

It's better that than having to port the whole code to python 3. :tada: