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 B0E24158CBB for ; Sun, 7 May 2023 19:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA87CE0864; Sun, 7 May 2023 19:42:49 +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 8580AE0864 for ; Sun, 7 May 2023 19:42:49 +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 5137B340E24 for ; Sun, 7 May 2023 19:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD056A2B for ; Sun, 7 May 2023 19:42:46 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1683488444.4163bbe67f486d3f6a15ec58696f366db3ab1791.tamiko@gentoo> Subject: [gentoo-commits] repo/dev/tamiko:master commit in: dev-python/python-btrfs/ X-VCS-Repository: repo/dev/tamiko X-VCS-Files: dev-python/python-btrfs/python-btrfs-13.ebuild X-VCS-Directories: dev-python/python-btrfs/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 4163bbe67f486d3f6a15ec58696f366db3ab1791 X-VCS-Branch: master Date: Sun, 7 May 2023 19:42:46 +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: 26198812-1256-4f41-a3be-be80b33b13ab X-Archives-Hash: 824c9002876d9d97b5f46b8e1b57b1ae commit: 4163bbe67f486d3f6a15ec58696f366db3ab1791 Author: Matthias Maier gentoo org> AuthorDate: Sun May 7 19:40:44 2023 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun May 7 19:40:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=4163bbe6 dev-python/python-btrfs: enable py3.11 Signed-off-by: Matthias Maier gentoo.org> dev-python/python-btrfs/python-btrfs-13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-btrfs/python-btrfs-13.ebuild b/dev-python/python-btrfs/python-btrfs-13.ebuild index 3d05195..355975e 100644 --- a/dev-python/python-btrfs/python-btrfs-13.ebuild +++ b/dev-python/python-btrfs/python-btrfs-13.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{6..10} ) +PYTHON_COMPAT=( python3_{6..11} ) inherit distutils-r1