commit: df14c7e218eb3e12c3e1ee81e196cc4004f5623f Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun May 12 09:03:04 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun May 12 09:04:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df14c7e2
net-misc/maestral: enable py3.12 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> 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}