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 EA7D515807B for ; Tue, 29 Oct 2024 22:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55426E086F; Tue, 29 Oct 2024 22:43:11 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 3A3ACE086F for ; Tue, 29 Oct 2024 22:43:11 +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 57DBA342FA5 for ; Tue, 29 Oct 2024 22:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B85F41F41 for ; Tue, 29 Oct 2024 22:43:07 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1730241753.7d3f83cbc3628d3e21774eba7d1489be2daf7c6c.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/xattr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/xattr/xattr-1.1.0.ebuild X-VCS-Directories: dev-python/xattr/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7d3f83cbc3628d3e21774eba7d1489be2daf7c6c X-VCS-Branch: dev Date: Tue, 29 Oct 2024 22:43:07 +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: 684267c9-07f4-49cd-86a4-df2330690428 X-Archives-Hash: c502b187ec2f49ebb74d19a3638a8cfa commit: 7d3f83cbc3628d3e21774eba7d1489be2daf7c6c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Oct 29 22:42:33 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Oct 29 22:42:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d3f83cb dev-python/xattr: enable py3.13 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/xattr/xattr-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xattr/xattr-1.1.0.ebuild b/dev-python/xattr/xattr-1.1.0.ebuild index 824aee766..95b9c635f 100644 --- a/dev-python/xattr/xattr-1.1.0.ebuild +++ b/dev-python/xattr/xattr-1.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi