commit: 1faf228f45c65f5e7f7fab96f492d627f6326238 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun May 12 09:03:15 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=1faf228f
net-misc/maestral-qt: enable py3.12 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> net-misc/maestral-qt/maestral-qt-1.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild b/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild index c15493aa2e..34ac19a1bf 100644 --- a/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild +++ b/net-misc/maestral-qt/maestral-qt-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 desktop distutils-r1 MY_PV=${PV/_rc/.dev}