sci-electronics/kactus2: enable python3_14

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2026-05-20 22:20:10 +08:00
parent dc91c8f5ea
commit dec2105017
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI="8"
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit python-r1 qmake-utils xdg
DESCRIPTION="A open source IP-XACT-based tool"

View File

@@ -3,7 +3,7 @@
EAPI="8"
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit python-r1 qmake-utils xdg
DESCRIPTION="A open source IP-XACT-based tool"