diff --git a/dev-embedded/esp-idf/esp-idf-5.3.4.ebuild b/dev-embedded/esp-idf/esp-idf-5.3.4.ebuild index 2c030dadee..4a6dcedf93 100644 --- a/dev-embedded/esp-idf/esp-idf-5.3.4.ebuild +++ b/dev-embedded/esp-idf/esp-idf-5.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) VER="13.2.0_20240530" GDB_VER="16.2_20250324" diff --git a/dev-embedded/esp-idf/esp-idf-5.4.3.ebuild b/dev-embedded/esp-idf/esp-idf-5.4.3.ebuild index a146c9ec3e..9a4d4a6abf 100644 --- a/dev-embedded/esp-idf/esp-idf-5.4.3.ebuild +++ b/dev-embedded/esp-idf/esp-idf-5.4.3.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) -PYTHON_GDB_USE=( python_targets_python3_{11,12} ) +PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_GDB_USE=( python_targets_python3_12 ) VER="14.2.0_20250730" GDB_VER="16.3_20250913" OPENOCD_VER="0.12.0-esp32-20250707" diff --git a/dev-embedded/esp-idf/esp-idf-5.5.3.ebuild b/dev-embedded/esp-idf/esp-idf-5.5.3.ebuild index cc621ce612..db49cd33c9 100644 --- a/dev-embedded/esp-idf/esp-idf-5.5.3.ebuild +++ b/dev-embedded/esp-idf/esp-idf-5.5.3.ebuild @@ -3,12 +3,12 @@ # TODO: add esp-doc package in order to build documentation # TODO: add examples USE -# TODO: unbundle mbedtls? +# TODO: fix to python-single which should help to fix python-gdb dep EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) -PYTHON_GDB_USE=( python_targets_python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_GDB_USE=( python_targets_python3_{12..13} ) VER="14.2.0_20251107" GDB_VER="16.3_20250913" OPENOCD_VER="0.12.0-esp32-20251215"