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 0D53A158042 for ; Tue, 29 Oct 2024 22:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA8E2E0871; Tue, 29 Oct 2024 22:14:58 +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 93263E0871 for ; Tue, 29 Oct 2024 22:14:58 +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 73AC7343003 for ; Tue, 29 Oct 2024 22:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F06261F45 for ; Tue, 29 Oct 2024 22:14:54 +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: <1730236604.bd0d0bdc7e0fb892b8844d0b7846b3aff3448583.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-misc/gay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-misc/gay/gay-1.3.4.ebuild X-VCS-Directories: games-misc/gay/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: bd0d0bdc7e0fb892b8844d0b7846b3aff3448583 X-VCS-Branch: master Date: Tue, 29 Oct 2024 22:14:54 +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: 96331828-2806-4358-8744-44f812e06afb X-Archives-Hash: d2e806014ba62433cf1c5d73bd033ff3 commit: bd0d0bdc7e0fb892b8844d0b7846b3aff3448583 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Oct 29 21:16:44 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Oct 29 21:16:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd0d0bdc games-misc/gay: enable py3.13 and disable py3.10 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> games-misc/gay/gay-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/gay/gay-1.3.4.ebuild b/games-misc/gay/gay-1.3.4.ebuild index 9b2dc546c..6ecc640e5 100644 --- a/games-misc/gay/gay-1.3.4.ebuild +++ b/games-misc/gay/gay-1.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi