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 AD9381581D3 for ; Tue, 14 May 2024 00:14:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F05DBE2A9E; Tue, 14 May 2024 00:14:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D90C4E2A9E for ; Tue, 14 May 2024 00:14:32 +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 29D1C33FEF1 for ; Tue, 14 May 2024 00:14:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91EA31AB1 for ; Tue, 14 May 2024 00:14:29 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715644929.bc97e3ca9b6363c182efbe0697fc5de64a7c9e81.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/graphql-relay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/graphql-relay/graphql-relay-3.2.0.ebuild X-VCS-Directories: dev-python/graphql-relay/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: bc97e3ca9b6363c182efbe0697fc5de64a7c9e81 X-VCS-Branch: dev Date: Tue, 14 May 2024 00:14:29 +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: 80d14306-3e1d-45b8-9bb3-5047b404a7a4 X-Archives-Hash: cb68e5f6d9c7ad93e417d9de793cca21 Message-ID: <20240514001429.svGDQvyYEGQ4v4Z_qKiMzVmSLFPraZ9W5UeGTF8JUDw@z> commit: bc97e3ca9b6363c182efbe0697fc5de64a7c9e81 Author: Julien Roy jroy ca> AuthorDate: Tue May 14 00:02:09 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 14 00:02:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc97e3ca dev-python/graphql-relay: enable py3.12 Bug: https://bugs.gentoo.org/921815 Closes: https://bugs.gentoo.org/931374 Signed-off-by: Julien Roy jroy.ca> dev-python/graphql-relay/graphql-relay-3.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/graphql-relay/graphql-relay-3.2.0.ebuild b/dev-python/graphql-relay/graphql-relay-3.2.0.ebuild index bae4e46346..01e14597f2 100644 --- a/dev-python/graphql-relay/graphql-relay-3.2.0.ebuild +++ b/dev-python/graphql-relay/graphql-relay-3.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=poetry PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi