From df14c7e218eb3e12c3e1ee81e196cc4004f5623f Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Sun, 12 May 2024 12:03:04 +0300 Subject: [PATCH] net-misc/maestral: enable py3.12 Signed-off-by: Viorel Munteanu --- net-misc/maestral/maestral-1.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral/maestral-1.9.3.ebuild b/net-misc/maestral/maestral-1.9.3.ebuild index eb4351f03d..b0280ffd64 100644 --- a/net-misc/maestral/maestral-1.9.3.ebuild +++ b/net-misc/maestral/maestral-1.9.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 xdg MY_PV=${PV/_rc/.dev}