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 ED6E71382C5 for ; Thu, 13 May 2021 22:10:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38327E082B; Thu, 13 May 2021 22:10:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2124BE082B for ; Thu, 13 May 2021 22:10:06 +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 3C890335CA3 for ; Thu, 13 May 2021 22:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11C2E787 for ; Thu, 13 May 2021 22:10:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1620943797.b38508c1b0ac17629836e2737fbad5d269356906.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/incremental/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/incremental/incremental-21.3.0.ebuild X-VCS-Directories: dev-python/incremental/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b38508c1b0ac17629836e2737fbad5d269356906 X-VCS-Branch: master Date: Thu, 13 May 2021 22:10:02 +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: 6e313487-f3a3-4539-b0ea-a13039e73ae7 X-Archives-Hash: 94f26bfb77b8a20723e89038ed90e507 commit: b38508c1b0ac17629836e2737fbad5d269356906 Author: Ekaterina Vaartis kotobank ch> AuthorDate: Thu May 13 14:25:54 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 13 22:09:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38508c1 dev-python/incremental: Bump to python 3.10 Signed-off-by: Ekaterina Vaartis kotobank.ch> Signed-off-by: Michał Górny gentoo.org> dev-python/incremental/incremental-21.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/incremental/incremental-21.3.0.ebuild b/dev-python/incremental/incremental-21.3.0.ebuild index fb8dc0a493c..4ac1a7c7552 100644 --- a/dev-python/incremental/incremental-21.3.0.ebuild +++ b/dev-python/incremental/incremental-21.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) # TODO: revert to rdepend once this has been merged: # https://github.com/twisted/incremental/pull/59 DISTUTILS_USE_SETUPTOOLS=manual