From eca11547b4db7da584060b249da02df823fb5a5c Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 1 Jul 2024 11:17:57 +0300 Subject: [PATCH] net-im/pantalaimon: enable py3.12 Signed-off-by: Alfred Wingate --- net-im/pantalaimon/pantalaimon-0.10.5.ebuild | 21 +++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/net-im/pantalaimon/pantalaimon-0.10.5.ebuild b/net-im/pantalaimon/pantalaimon-0.10.5.ebuild index 36effdb..36dad4e 100644 --- a/net-im/pantalaimon/pantalaimon-0.10.5.ebuild +++ b/net-im/pantalaimon/pantalaimon-0.10.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="A Matrix proxy daemon that adds E2E encryption capabilities" @@ -38,14 +38,21 @@ RDEPEND="