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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4204158086 for ; Sat, 9 Oct 2021 02:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFDB3E07EE; Sat, 9 Oct 2021 02:50:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2DB3E07EE for ; Sat, 9 Oct 2021 02:50:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 695EF342E94 for ; Sat, 9 Oct 2021 02:50:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF2F4144 for ; Sat, 9 Oct 2021 02:50:07 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1633747806.3e1662771fc933061035400f0bacb213988b9afa.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fastavro/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/fastavro/fastavro-1.4.5.ebuild X-VCS-Directories: dev-python/fastavro/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 3e1662771fc933061035400f0bacb213988b9afa X-VCS-Branch: dev Date: Sat, 9 Oct 2021 02:50:07 +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: b04a72d8-2648-437e-9414-207c63e18962 X-Archives-Hash: efd13696fda6581e5e488319e830f3a8 commit: 3e1662771fc933061035400f0bacb213988b9afa Author: Alessandro Barbieri gmail com> AuthorDate: Sat Oct 9 02:40:46 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Oct 9 02:50:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e166277 dev-python/fastavro: enable py3.10, py3.9 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/fastavro/fastavro-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fastavro/fastavro-1.4.5.ebuild b/dev-python/fastavro/fastavro-1.4.5.ebuild index f255bea08..29d52d93c 100644 --- a/dev-python/fastavro/fastavro-1.4.5.ebuild +++ b/dev-python/fastavro/fastavro-1.4.5.ebuild @@ -11,7 +11,7 @@ EPYTEST_DESELECT=( tests/test_main_cli.py::test_cli_arg_schema tests/test_main_cli.py::test_cli_arg_codecs ) -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1