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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70397158041 for ; Thu, 21 Mar 2024 01:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E352E29AA; Thu, 21 Mar 2024 01:23:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A8F1E29AA for ; Thu, 21 Mar 2024 01:23:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02570335C2E for ; Thu, 21 Mar 2024 01:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B6AB13C3 for ; Thu, 21 Mar 2024 01:23:24 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1710984182.f13b20416fbf1f4a2b3a9b45d39b38df0571a19e.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-games/surgescript/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-games/surgescript/surgescript-0.5.5.ebuild X-VCS-Directories: dev-games/surgescript/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: f13b20416fbf1f4a2b3a9b45d39b38df0571a19e X-VCS-Branch: dev Date: Thu, 21 Mar 2024 01:23:24 +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: e87390c6-c442-4f89-9ca9-8d7fa585fc4a X-Archives-Hash: f8be9950c7cbf6455ed836681877b699 commit: f13b20416fbf1f4a2b3a9b45d39b38df0571a19e Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Mar 21 01:22:46 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Mar 21 01:23:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f13b2041 dev-games/surgescript: enable py3.12 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-games/surgescript/surgescript-0.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/surgescript/surgescript-0.5.5.ebuild b/dev-games/surgescript/surgescript-0.5.5.ebuild index 05291be2f5..e4642d0718 100644 --- a/dev-games/surgescript/surgescript-0.5.5.ebuild +++ b/dev-games/surgescript/surgescript-0.5.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material"