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 1770213933E for ; Fri, 16 Jul 2021 10:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F7BAE083B; Fri, 16 Jul 2021 10:56:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F45FE083B for ; Fri, 16 Jul 2021 10:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D93AD335DB4 for ; Fri, 16 Jul 2021 10:56:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 214D963F for ; Fri, 16 Jul 2021 10:56:35 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1626432975.6245b3561c26e1a328ec9bd1c8e53841b416f99d.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyinotify/pyinotify-0.9.6.ebuild X-VCS-Directories: dev-python/pyinotify/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 6245b3561c26e1a328ec9bd1c8e53841b416f99d X-VCS-Branch: master Date: Fri, 16 Jul 2021 10:56:35 +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: 71e1ed1f-86bc-4361-88fb-5620f42de0ef X-Archives-Hash: b39092a9d4b032c57753d3632ceab252 commit: 6245b3561c26e1a328ec9bd1c8e53841b416f99d Author: Louis Sautier gentoo org> AuthorDate: Fri Jul 16 10:50:28 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Fri Jul 16 10:56:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6245b356 dev-python/pyinotify: enable py3.10 The package has no tests so I tested it myself. Signed-off-by: Louis Sautier gentoo.org> dev-python/pyinotify/pyinotify-0.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild index bef1ccac937..63be1629b76 100644 --- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1