dev-python/thonny: support Python 3.14

Signed-off-by: Dominik George <nik+gentoo@squirrel.land>
This commit is contained in:
Dominik George
2026-06-08 22:41:59 +02:00
parent 7eb5fba45b
commit d97d411f47

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="tk"
inherit desktop distutils-r1 xdg optfeature