From c0eefd60fec216455d947d2687d7492cbd390441 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Mon, 22 Dec 2025 18:03:09 +0100 Subject: [PATCH] net-misc/maestral-qt: Remove py3.11 Signed-off-by: Paul Zander --- 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}