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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1841A15808B for ; Wed, 6 Apr 2022 23:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D731E0B01; Wed, 6 Apr 2022 23:29:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD760E0B01 for ; Wed, 6 Apr 2022 23:29:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8232E3412D5 for ; Wed, 6 Apr 2022 23:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C178938D for ; Wed, 6 Apr 2022 23:29:19 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1649287748.6fe24c504e795283639552199fcaaf94395daf7d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vdf/vdf-3.4.ebuild X-VCS-Directories: dev-python/vdf/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6fe24c504e795283639552199fcaaf94395daf7d X-VCS-Branch: master Date: Wed, 6 Apr 2022 23:29:19 +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: 94a11616-af90-4939-b5ff-8c8752dda9bd X-Archives-Hash: ff0d319430a80562dac27a9041c8e9e2 commit: 6fe24c504e795283639552199fcaaf94395daf7d Author: Marek Szuba gentoo org> AuthorDate: Wed Apr 6 22:15:29 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Apr 6 23:29:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe24c50 dev-python/vdf: disable py3.7 Signed-off-by: Marek Szuba gentoo.org> dev-python/vdf/vdf-3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/vdf/vdf-3.4.ebuild b/dev-python/vdf/vdf-3.4.ebuild index 792247d1ca30..fcd95494598b 100644 --- a/dev-python/vdf/vdf-3.4.ebuild +++ b/dev-python/vdf/vdf-3.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1