dev-embedded/esp-coredump: enable py3.15

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-07-20 12:06:54 +02:00
parent 094a6baa33
commit a3d5f3e0ae

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi