net-misc/maestral-qt: enable py3.14

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-06-02 08:31:05 -03:00
parent a07be7147e
commit eb71a560d4

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit desktop distutils-r1
MY_PV=${PV/_rc/.dev}