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 E5BAD15808B for ; Thu, 3 Oct 2024 10:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF38CE29C4; Thu, 3 Oct 2024 10:50:43 +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 CE089E29C4 for ; Thu, 3 Oct 2024 10:50:43 +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 DB7DE340C33 for ; Thu, 3 Oct 2024 10:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ED4C1293 for ; Thu, 3 Oct 2024 10:50: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: <1727952612.0c29012e801a1e1083d99a51719451a18f785c4d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glib-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glib-utils/glib-utils-2.78.6.ebuild X-VCS-Directories: dev-util/glib-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0c29012e801a1e1083d99a51719451a18f785c4d X-VCS-Branch: master Date: Thu, 3 Oct 2024 10:50: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: f8be916a-53e5-466f-b498-d60623209ee4 X-Archives-Hash: 12c436d7b18f553e708ef829795897c1 commit: 0c29012e801a1e1083d99a51719451a18f785c4d Author: Sam James gentoo org> AuthorDate: Thu Oct 3 10:49:51 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 3 10:50:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c29012e dev-util/glib-utils: enable py3.13 Signed-off-by: Sam James gentoo.org> dev-util/glib-utils/glib-utils-2.78.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glib-utils/glib-utils-2.78.6.ebuild b/dev-util/glib-utils/glib-utils-2.78.6.ebuild index 6b1843a1936b..9616b413064b 100644 --- a/dev-util/glib-utils/glib-utils-2.78.6.ebuild +++ b/dev-util/glib-utils/glib-utils-2.78.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) GNOME_ORG_MODULE="glib" inherit gnome.org python-single-r1