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 31FAD15802F for ; Fri, 24 Feb 2023 18:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CD8DE08FC; Fri, 24 Feb 2023 18:10:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 660F9E08FC for ; Fri, 24 Feb 2023 18:10:25 +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 829E133BE00 for ; Fri, 24 Feb 2023 18:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D87531 for ; Fri, 24 Feb 2023 18:10:22 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1677262203.12d0b387d39ede1aa7a4414e407bd7db859e48e8.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pythonprop/pythonprop-0.30.1.ebuild X-VCS-Directories: sci-visualization/pythonprop/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 12d0b387d39ede1aa7a4414e407bd7db859e48e8 X-VCS-Branch: master Date: Fri, 24 Feb 2023 18:10:22 +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: 5d4939c2-0490-4a9c-9937-ef9e7386ce70 X-Archives-Hash: 01ef0a45b7817a1fc93e17c009d9f5bb commit: 12d0b387d39ede1aa7a4414e407bd7db859e48e8 Author: Thomas Beierlein gentoo org> AuthorDate: Fri Feb 24 18:08:24 2023 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Fri Feb 24 18:10:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d0b387 sci-visualization/pythonprop: enable py3.11 Signed-off-by: Thomas Beierlein gentoo.org> sci-visualization/pythonprop/pythonprop-0.30.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild index a0d1559f57e0..b6679ac87b83 100644 --- a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-single-r1