From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1657165-garchives=archives.gentoo.org@lists.gentoo.org> 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 22BCD159C96 for <garchives@archives.gentoo.org>; Mon, 29 Jul 2024 10:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF3BA2BC061; Mon, 29 Jul 2024 10:42:33 +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 C42352BC061 for <gentoo-commits@lists.gentoo.org>; Mon, 29 Jul 2024 10:42:33 +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 C5C57342F9B for <gentoo-commits@lists.gentoo.org>; Mon, 29 Jul 2024 10:42:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31B761E7F for <gentoo-commits@lists.gentoo.org>; Mon, 29 Jul 2024 10:42:31 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1722249711.6b0f729fed91481ddec1b60701712b46ef072871.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-caja/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-caja/python-caja-1.28.0.ebuild X-VCS-Directories: dev-python/python-caja/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6b0f729fed91481ddec1b60701712b46ef072871 X-VCS-Branch: master Date: Mon, 29 Jul 2024 10:42:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b056bd0a-5b54-4f68-82f9-825ca7778914 X-Archives-Hash: d49d2fd6c74365ff5777a9f1ee8acefc commit: 6b0f729fed91481ddec1b60701712b46ef072871 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Jul 29 10:08:45 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Jul 29 10:41:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0f729f dev-python/python-caja: enable py3.12 Closes: https://bugs.gentoo.org/929497 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-python/python-caja/python-caja-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-caja/python-caja-1.28.0.ebuild b/dev-python/python-caja/python-caja-1.28.0.ebuild index d4a7cee678a9..38b776b83b1c 100644 --- a/dev-python/python-caja/python-caja-1.28.0.ebuild +++ b/dev-python/python-caja/python-caja-1.28.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit mate python-single-r1