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 2B1A215817D for ; Wed, 19 Jun 2024 10:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F478E2A95; Wed, 19 Jun 2024 10:41:30 +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 E7F92E2A95 for ; Wed, 19 Jun 2024 10:41:29 +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 0FAED33BE19 for ; Wed, 19 Jun 2024 10:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 132FF1D32 for ; Wed, 19 Jun 2024 10:41:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1718792061.67c046d9f291f4268c6de16eb18781e7f98a417d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/pulp/pulp-2.7.0.ebuild X-VCS-Directories: sci-mathematics/pulp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 67c046d9f291f4268c6de16eb18781e7f98a417d X-VCS-Branch: master Date: Wed, 19 Jun 2024 10:41:25 +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: 36c1aa9e-1a95-4030-9f0a-0c3733292f39 X-Archives-Hash: 145fc21b5ec49447eac179adf236b0f9 commit: 67c046d9f291f4268c6de16eb18781e7f98a417d Author: Michael Schubert gmail com> AuthorDate: Mon Jun 17 21:58:07 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jun 19 10:14:21 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=67c046d9 sci-mathematics/pulp: tests pass with python3.12 Signed-off-by: Michael Schubert gmail.com> Signed-off-by: Andrew Ammerlaan gentoo.org> sci-mathematics/pulp/pulp-2.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/pulp/pulp-2.7.0.ebuild b/sci-mathematics/pulp/pulp-2.7.0.ebuild index 641a91622..7432b49c1 100644 --- a/sci-mathematics/pulp/pulp-2.7.0.ebuild +++ b/sci-mathematics/pulp/pulp-2.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1