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 DC7E5158042 for ; Tue, 29 Oct 2024 22:15:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A77A6E087B; Tue, 29 Oct 2024 22:14:59 +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 8F2C1E087B for ; Tue, 29 Oct 2024 22:14:59 +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 C5E52342FF1 for ; Tue, 29 Oct 2024 22:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DB222191 for ; Tue, 29 Oct 2024 22:14:55 +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: <1730237764.871baa76df1c47199f5e3550f46c2aaccf0a86e7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/cryptg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/cryptg/cryptg-0.5.0_p0.ebuild X-VCS-Directories: dev-python/cryptg/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 871baa76df1c47199f5e3550f46c2aaccf0a86e7 X-VCS-Branch: master Date: Tue, 29 Oct 2024 22:14:55 +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: e0cb11d1-2817-4f5b-acfe-605061dbe656 X-Archives-Hash: 464a79e44fd17d83ea7ad2b5f1163f02 commit: 871baa76df1c47199f5e3550f46c2aaccf0a86e7 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Oct 29 21:36:04 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Oct 29 21:36:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=871baa76 dev-python/cryptg: enable py3.13 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/cryptg/cryptg-0.5.0_p0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptg/cryptg-0.5.0_p0.ebuild b/dev-python/cryptg/cryptg-0.5.0_p0.ebuild index 3417052bb..a00d261cd 100644 --- a/dev-python/cryptg/cryptg-0.5.0_p0.ebuild +++ b/dev-python/cryptg/cryptg-0.5.0_p0.ebuild @@ -8,7 +8,7 @@ EAPI=8 CARGO_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) CRATES=" aes@0.8.4