dev-embedded/esp-idf: disable py3.11

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-02-21 17:44:31 +01:00
parent 53b98db737
commit 6ad50ceade
3 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"