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 7748A158089 for ; Sat, 9 Oct 2021 06:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5CB6E08F1; Sat, 9 Oct 2021 06:44:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 81E10E08F0 for ; Sat, 9 Oct 2021 06:44: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 9A07B3430E6 for ; Sat, 9 Oct 2021 06:44:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F803166 for ; Sat, 9 Oct 2021 06:44:06 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633747972.c8f470549bb5d76acdcfefeb2a3dfdbad824c065.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyodbc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyodbc/pyodbc-4.0.32.ebuild X-VCS-Directories: dev-python/pyodbc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c8f470549bb5d76acdcfefeb2a3dfdbad824c065 X-VCS-Branch: master Date: Sat, 9 Oct 2021 06:44:06 +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: 7373ea5b-0c2e-4ca6-98d4-4d2a6fc42262 X-Archives-Hash: f7e58396f69713929dfc9f6b56ff00ff commit: c8f470549bb5d76acdcfefeb2a3dfdbad824c065 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Oct 9 02:52:52 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Oct 9 02:52:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8f47054 dev-python/pyodbc: enable py3.10, py3.9, pypy3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pyodbc/pyodbc-4.0.32.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyodbc/pyodbc-4.0.32.ebuild b/dev-python/pyodbc/pyodbc-4.0.32.ebuild index a2bd0483d..f74d56693 100644 --- a/dev-python/pyodbc/pyodbc-4.0.32.ebuild +++ b/dev-python/pyodbc/pyodbc-4.0.32.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1