espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

Upgrade to Python 3.11 #173

Closed georgik closed 1 year ago

georgik commented 1 year ago

Python 3.11 offers better performance. Consider upgrading to new version and Phase out old version 3.8 which is after EOL.

georgik commented 1 year ago

ESP-IDF 4.3.5 wheels resolution for Python 3.11 fails with

ERROR: Could not find a version that satisfies the requirement gevent<2.0,>=1.2.2 (from gdbgui) (from versions: 22.10.2)
ERROR: No matching distribution found for gevent<2.0,>=1.2.2

Python 3.8 and 3.10 works without problem.