commit: 4ff68628969cba16dcbd5fe8cc44fe3922144d7c
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 07:14:04 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 22 07:14:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ff68628
net-misc/maestral-qt: enable py3.13
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
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 0f2b984bf..1df5acb3f 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}