Merge branch 'fix/py12_req' into 'release/v4.4'

Fix(tools): Use a construct dependency compatible with Python 3.12

See merge request espressif/esp-idf!27925
pull/13426/head
Roland Dobai 2023-12-14 22:05:04 +08:00
commit dbb71c010f
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -46,7 +46,9 @@ ecdsa>=0.16.0
# espcoredump requirements
# This is the last version supports both 2.7 and 3.4
construct==2.10.54
construct==2.10.54; python_version < "3.12"
# construct up until 2.10.56 (included) cannot be built with Python 3.12
construct==2.10.69; python_version > "3.11"
# windows-curses are required in Windows command line but cannot be installed in MSYS2. A requirement like
# "windows-curses; sys_platform == 'win32'" would want to install the package on both of them. There is no environment