Skip to content

Commit

Permalink
Tools: gdbgui is not supported on Python 3.11
Browse files Browse the repository at this point in the history
This is a follow-up of a816dfb with
additional check.

Related to #10116
  • Loading branch information
dobairoland committed Dec 12, 2022
1 parent 0c9e30f commit 0b4ded7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/requirements/requirements.gdbgui.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Python package requirements for gdbgui support ESP-IDF.
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-gdbgui"

gdbgui
# gdbgui is not supported on Python 3.11. See https://github.com/cs01/gdbgui/issues/447
gdbgui; python_version < "3.11"

0 comments on commit 0b4ded7

Please sign in to comment.