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 4F353158086 for ; Sun, 12 Dec 2021 08:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E162BE077A; Sun, 12 Dec 2021 08:19:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42C2EE0769 for ; Sun, 12 Dec 2021 08:19:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7A6F342CC7 for ; Sun, 12 Dec 2021 08:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B4C41D5 for ; Sun, 12 Dec 2021 08:19:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639297153.72651d5812d6093145e24b455a4fcde65146841a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/platformio/platformio-5.2.3.ebuild X-VCS-Directories: dev-embedded/platformio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 72651d5812d6093145e24b455a4fcde65146841a X-VCS-Branch: master Date: Sun, 12 Dec 2021 08:19:22 +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: c3d1b004-2d91-481b-8e80-cc03ba050508 X-Archives-Hash: 93c1a4265d921b00cd9d823197474c23 commit: 72651d5812d6093145e24b455a4fcde65146841a Author: Sam James gentoo org> AuthorDate: Sun Dec 12 08:19:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 12 08:19:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72651d58 dev-embedded/platformio: enable py3.10 Signed-off-by: Sam James gentoo.org> dev-embedded/platformio/platformio-5.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/platformio/platformio-5.2.3.ebuild b/dev-embedded/platformio/platformio-5.2.3.ebuild index a76ad9f23ca8..32e82e7714c2 100644 --- a/dev-embedded/platformio/platformio-5.2.3.ebuild +++ b/dev-embedded/platformio/platformio-5.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1