CGRU / cgru

CGRU - AFANASY
http://cgru.info/
GNU Lesser General Public License v3.0
276 stars 111 forks source link

Manual still refers to EOL version of Python #561

Closed IcedQuinn closed 1 year ago

IcedQuinn commented 1 year ago

The manual mentions needing Python 2.7 which has been dead for some time now. It looks like this toolchain has already updated to Python 3 though?

https://cgru.readthedocs.io/en/latest/installation/installation.html

timurhai commented 1 year ago

Hi! It just says, that the minimal compatible Python version is 2.6. You can't build the project against Python 2.5 or lower. Python 3 is supported, you can the project against the latest Python 3 version (3.11 for now).