From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 09FD51582EF for ; Wed, 05 Mar 2025 11:40:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C4F80343007 for ; Wed, 05 Mar 2025 11:40:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 027491103AC; Wed, 05 Mar 2025 11:40:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id E907C1103AC for ; Wed, 05 Mar 2025 11:40:44 +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 A6A4334301C for ; Wed, 05 Mar 2025 11:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCB1C2884 for ; Wed, 05 Mar 2025 11:40:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741174697.8763a96efc88598f584c3f2971f28f528627a550.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/omemo-dr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/omemo-dr/omemo-dr-1.0.1.ebuild X-VCS-Directories: dev-python/omemo-dr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8763a96efc88598f584c3f2971f28f528627a550 X-VCS-Branch: master Date: Wed, 05 Mar 2025 11:40:41 +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: 7430a3d6-30ca-41b5-ae45-b248ed4c2094 X-Archives-Hash: e3a56634b3ae709ad9eeb66b489e8d4e commit: 8763a96efc88598f584c3f2971f28f528627a550 Author: Alfred Wingate protonmail com> AuthorDate: Fri Feb 28 20:21:56 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 5 11:38:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8763a96e dev-python/omemo-dr: enable py3.13 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> dev-python/omemo-dr/omemo-dr-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/omemo-dr/omemo-dr-1.0.1.ebuild b/dev-python/omemo-dr/omemo-dr-1.0.1.ebuild index 7c8d2abb842d..20b18e3f54e2 100644 --- a/dev-python/omemo-dr/omemo-dr-1.0.1.ebuild +++ b/dev-python/omemo-dr/omemo-dr-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi