From eb71a560d415b16adf8fffc8c0193e33b2833346 Mon Sep 17 00:00:00 2001 From: dsaf Date: Tue, 2 Jun 2026 08:31:05 -0300 Subject: [PATCH] net-misc/maestral-qt: enable py3.14 Signed-off-by: dsaf --- net-misc/maestral-qt/maestral-qt-1.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral-qt/maestral-qt-1.9.8.ebuild b/net-misc/maestral-qt/maestral-qt-1.9.8.ebuild index 32c716c04d..e8d4d77620 100644 --- a/net-misc/maestral-qt/maestral-qt-1.9.8.ebuild +++ b/net-misc/maestral-qt/maestral-qt-1.9.8.ebuild @@ -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}