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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5670515800F for ; Fri, 20 Jan 2023 02:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A733E0817; Fri, 20 Jan 2023 02:06:16 +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 4E3E8E0817 for ; Fri, 20 Jan 2023 02:06:16 +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 1EEBA335D92 for ; Fri, 20 Jan 2023 02:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67540865 for ; Fri, 20 Jan 2023 02:06:12 +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: <1674180359.3d035cf528b494662c3e6f85d522dfd775b39020.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-isort/pytest-isort-3.1.0.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 3d035cf528b494662c3e6f85d522dfd775b39020 X-VCS-Branch: dev Date: Fri, 20 Jan 2023 02:06:12 +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: 7e804292-e8aa-43be-ad93-1a0d74ae5278 X-Archives-Hash: f84a197a29c87c48cec0747025bcc405 commit: 3d035cf528b494662c3e6f85d522dfd775b39020 Author: Julien Roy jroy ca> AuthorDate: Fri Jan 20 02:05:50 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Jan 20 02:05:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d035cf5 dev-python/pytest-isort: enable py3.11 Signed-off-by: Julien Roy jroy.ca> dev-python/pytest-isort/pytest-isort-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild index 8776775dc..08d7d33b7 100644 --- a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1