pesekon2 / GRASS-GIS-SOS-tools

My Google Summer of Code 2017 project. This is just development part. Intended GRASS GIS modules and final code will be at https://svn.osgeo.org/grass/grass-addons/
GNU General Public License v2.0
3 stars 1 forks source link

rewrite to Python 3 #44

Closed pesekon2 closed 4 years ago

pesekon2 commented 4 years ago

The default Python in GRASS GIS is now Python 3. All modules should be rewritten to work with that version of Python.

Necessary to solve #43.

ninsbl commented 4 years ago

With GRASS 8 Python 2 support will be dropped. GRASS 7.6 is still based on Python 2 though. Not sure if it is worth the effort to maintain Python 2 and thus compatibility with GRASS 7.6...

pesekon2 commented 4 years ago

Not sure if it is worth the effort to maintain Python 2 and thus compatibility with GRASS 7.6...

I don't think so. I would go directly for Python 3.