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 4CC1D15ACFC for ; Tue, 2 May 2023 22:43:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F8BE08FB; Tue, 2 May 2023 22:43:14 +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 6E4F1E08FB for ; Tue, 2 May 2023 22:43:14 +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 7660634171B for ; Tue, 2 May 2023 22:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AD608B7 for ; Tue, 2 May 2023 22:43:11 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1683066974.7190fc23a6a0c14d8a5485cb201409e311495fd2.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/zarr/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/zarr/zarr-2.11.3.ebuild dev-python/zarr/zarr-2.12.0.ebuild X-VCS-Directories: dev-python/zarr/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 7190fc23a6a0c14d8a5485cb201409e311495fd2 X-VCS-Branch: master Date: Tue, 2 May 2023 22:43:11 +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: ee383278-6847-4a1c-89ab-70fefa16c019 X-Archives-Hash: a769f7808ccb7d94ffc497bacd48a0f7 commit: 7190fc23a6a0c14d8a5485cb201409e311495fd2 Author: Horea Christian chymera eu> AuthorDate: Tue May 2 22:36:14 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Tue May 2 22:36:14 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7190fc23 dev-python/zarr: enable py3.11 Signed-off-by: Horea Christian chymera.eu> dev-python/zarr/zarr-2.11.3.ebuild | 2 +- dev-python/zarr/zarr-2.12.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/zarr/zarr-2.11.3.ebuild b/dev-python/zarr/zarr-2.11.3.ebuild index aecd66ba9..76bc6330a 100644 --- a/dev-python/zarr/zarr-2.11.3.ebuild +++ b/dev-python/zarr/zarr-2.11.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 diff --git a/dev-python/zarr/zarr-2.12.0.ebuild b/dev-python/zarr/zarr-2.12.0.ebuild index aecd66ba9..76bc6330a 100644 --- a/dev-python/zarr/zarr-2.12.0.ebuild +++ b/dev-python/zarr/zarr-2.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1