From cf577ff609acb25cb1c217f50048c99463d95ec2 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 23 Nov 2024 21:53:17 +0200 Subject: [PATCH] net-im/pantalaimon: disable py3.10 Signed-off-by: Alfred Wingate --- net-im/pantalaimon/pantalaimon-0.10.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/pantalaimon/pantalaimon-0.10.5.ebuild b/net-im/pantalaimon/pantalaimon-0.10.5.ebuild index 36dad4e..b47b6ea 100644 --- a/net-im/pantalaimon/pantalaimon-0.10.5.ebuild +++ b/net-im/pantalaimon/pantalaimon-0.10.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 DESCRIPTION="A Matrix proxy daemon that adds E2E encryption capabilities"