From 4ff68628969cba16dcbd5fe8cc44fe3922144d7c Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Thu, 22 May 2025 10:14:04 +0300 Subject: [PATCH] net-misc/maestral-qt: enable py3.13 Signed-off-by: Viorel Munteanu --- net-misc/maestral-qt/maestral-qt-1.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral-qt/maestral-qt-1.9.4.ebuild b/net-misc/maestral-qt/maestral-qt-1.9.4.ebuild index 0f2b984bf6..1df5acb3f2 100644 --- a/net-misc/maestral-qt/maestral-qt-1.9.4.ebuild +++ b/net-misc/maestral-qt/maestral-qt-1.9.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit desktop distutils-r1 MY_PV=${PV/_rc/.dev}