From 9de07bbcb8fb9ab80b09407b8ffefe351b1d487c Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Mon, 22 Dec 2025 18:03:04 +0100 Subject: [PATCH] net-misc/maestral: Remove py3.11 Signed-off-by: Paul Zander --- net-misc/maestral/maestral-1.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral/maestral-1.9.6.ebuild b/net-misc/maestral/maestral-1.9.6.ebuild index 60c8c538c9..bc7519bbdb 100644 --- a/net-misc/maestral/maestral-1.9.6.ebuild +++ b/net-misc/maestral/maestral-1.9.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 xdg MY_PV=${PV/_rc/.dev}