ZeroCool940711 / Sandbox-Game-Engine

GNU General Public License v3.0
4 stars 1 forks source link

Update the Python the engine uses to support Python 2.7 and 3 #14

Open ZeroCool940711 opened 5 years ago

ZeroCool940711 commented 5 years ago

Currently the Engine supports only Python 2.6, we need to update it to use at least Python 2.7 and older, Python 2.7 will be deprecated soon and it's recommended to use Python 3 but many libraries still support Python 2.7 and even Python 3, so, having those two version rather than the old Python 2.6 makes a huge difference.