commit: c0eefd60fec216455d947d2687d7492cbd390441
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Dec 22 17:03:09 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Dec 22 17:03:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0eefd60
net-misc/maestral-qt: Remove py3.11
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
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 ccdf78509d..32c716c04d 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_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit desktop distutils-r1
MY_PV=${PV/_rc/.dev}