dlareau / puzzlehunt_server

Server for Puzzle hunts run by Puzzlehunt CMU, but can be repurposed for other hunts.
MIT License
19 stars 16 forks source link

Drop support for python 2 #119

Closed dlareau closed 4 years ago

dlareau commented 4 years ago

Python 2 is on it's way out, set to end of life in 2020. This will mark version 4 of the puzzlehunt server and will allow us to move to Django 2. It will also fix #110 as that is only an issue on python 2.

This will mostly entail modifying testing setup and automatic installation tasks.

dlareau commented 4 years ago

It is done. As far as I can tell, everything is working using python 3.5 and higher, if there are any future bugs they will be addressed with their own issues.