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 7D5F11581FB for ; Tue, 26 Nov 2024 03:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C518E08A8; Tue, 26 Nov 2024 03:17:36 +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 6F25CE085A for ; Tue, 26 Nov 2024 03:17:36 +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 8BEFB343009 for ; Tue, 26 Nov 2024 03:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06CDF1F45 for ; Tue, 26 Nov 2024 03:17:33 +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: <1732590878.13a5dd899be0a6819c1bebc62dc78d05a8ff68f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild X-VCS-Directories: app-editors/pluma-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 13a5dd899be0a6819c1bebc62dc78d05a8ff68f7 X-VCS-Branch: master Date: Tue, 26 Nov 2024 03:17:33 +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: b4916ba6-4108-4e17-ac57-efd8c1b34523 X-Archives-Hash: 3776a66d43fbfdac69cccbe215446b25 commit: 13a5dd899be0a6819c1bebc62dc78d05a8ff68f7 Author: Ian Jordan gmail com> AuthorDate: Tue Nov 12 21:37:16 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 26 03:14:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a5dd89 app-editors/pluma-plugins: enable py3.13 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Sam James gentoo.org> app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild b/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild index b5c424fbc1f9..2e133b0d2d6b 100644 --- a/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild +++ b/app-editors/pluma-plugins/pluma-plugins-1.28.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) inherit mate python-single-r1