From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4273158042 for ; Sat, 2 Nov 2024 20:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2133E07F1; Sat, 2 Nov 2024 20:52:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC0A6E07F1 for ; Sat, 2 Nov 2024 20:52:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 216A4343149 for ; Sat, 2 Nov 2024 20:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F3991F9A for ; Sat, 2 Nov 2024 20:52:27 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730471858.d74a52ace67f0bc5962a2b220b9e443e722aa0d2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/mautrix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mautrix/mautrix-0.20.6.ebuild X-VCS-Directories: dev-python/mautrix/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d74a52ace67f0bc5962a2b220b9e443e722aa0d2 X-VCS-Branch: master Date: Sat, 2 Nov 2024 20:52:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ce708e3-044e-4fbf-a300-67fc15a0ebea X-Archives-Hash: 1cfbf16aa80c9745e90a8f1bdf68ffab commit: d74a52ace67f0bc5962a2b220b9e443e722aa0d2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Nov 1 14:30:04 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Nov 1 14:37:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d74a52ac dev-python/mautrix: enable py3.13 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/mautrix/mautrix-0.20.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mautrix/mautrix-0.20.6.ebuild b/dev-python/mautrix/mautrix-0.20.6.ebuild index d7a7df90a..3659e7e62 100644 --- a/dev-python/mautrix/mautrix-0.20.6.ebuild +++ b/dev-python/mautrix/mautrix-0.20.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit daemons distutils-r1 optfeature DESCRIPTION="A Python 3 asyncio Matrix framework"