dev-python/python-statemachine: disable py3.12

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-06-02 16:00:08 +02:00
parent 386d8d3f8b
commit 1b80e1d5cc

View File

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