Driftwood2D / Driftwood

Driftwood 2D Tiling Game Engine and Development Suite
http://tileengine.org/
MIT License
24 stars 1 forks source link

Remove Python < 3.5 support? #113

Closed seisatsu closed 7 years ago

seisatsu commented 7 years ago

There are places in our code where Python 3.5 syntax is used, breaking support for older versions. Should we change the code to accommodate 3.3.3 again, or change the minimum version to 3.5? I think 3.3.3 is pretty old.

pmer commented 7 years ago

macOS comes with Python 2 but not 3. We'll probably package 3 in the application bundle making its distribution similar to Windows.

Thus, this will only affect Linux distros with old Python versions. Any we care about?

seisatsu commented 7 years ago

Nope.

pmer commented 7 years ago

Sounds good to me!

seisatsu commented 7 years ago

Done in 529904f.