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 0586D158003 for ; Thu, 30 Sep 2021 10:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52068E089C; Thu, 30 Sep 2021 10:59:15 +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 DD526E089C for ; Thu, 30 Sep 2021 10:59:14 +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 011DB342B1A for ; Thu, 30 Sep 2021 10:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE7EC4E for ; Thu, 30 Sep 2021 10:59:12 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1632999543.1b85b9f2161c1d22c57066ceb2ec20e442d39e71.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fslpy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/fslpy/fslpy-3.4.0.ebuild X-VCS-Directories: dev-python/fslpy/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 1b85b9f2161c1d22c57066ceb2ec20e442d39e71 X-VCS-Branch: master Date: Thu, 30 Sep 2021 10:59: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: 63150876-b700-4443-a1f3-00688aeb8bbc X-Archives-Hash: ee1e497c8d203bd48a9cb71ad5ac6d79 commit: 1b85b9f2161c1d22c57066ceb2ec20e442d39e71 Author: Horea Christian chymera eu> AuthorDate: Thu Sep 30 10:59:03 2021 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Sep 30 10:59:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b85b9f2 dev-python/fslpy: PYTHON_COMPAT bump Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> dev-python/fslpy/fslpy-3.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fslpy/fslpy-3.4.0.ebuild b/dev-python/fslpy/fslpy-3.4.0.ebuild index ebde16303..5722f21bb 100644 --- a/dev-python/fslpy/fslpy-3.4.0.ebuild +++ b/dev-python/fslpy/fslpy-3.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 virtualx