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 7168315A7D9 for ; Mon, 20 Mar 2023 04:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B897EE0824; Mon, 20 Mar 2023 04:03:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C6ADE0824 for ; Mon, 20 Mar 2023 04:03:58 +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 63FD234130E for ; Mon, 20 Mar 2023 04:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAC7E8E0 for ; Mon, 20 Mar 2023 04:03:55 +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: <1679285031.d58f064bee3f7ae57fe826da94a1e8b0f1df1573.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: .github/workflows/ X-VCS-Repository: proj/portage X-VCS-Files: .github/workflows/ci.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d58f064bee3f7ae57fe826da94a1e8b0f1df1573 X-VCS-Branch: master Date: Mon, 20 Mar 2023 04:03:55 +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: 11ed84f1-6e2e-4b59-890c-8fce672e1f34 X-Archives-Hash: 85d9adc9046a3b00c549c55427625be8 commit: d58f064bee3f7ae57fe826da94a1e8b0f1df1573 Author: Sam James gentoo org> AuthorDate: Mon Mar 20 03:49:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 20 04:03:51 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d58f064b CI: add Python 3.12 alphas Per https://github.com/actions/setup-python/issues/150, we can just do 3.12-dev and such. Signed-off-by: Sam James gentoo.org> .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 244262c2e..12d01dd1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12-dev' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9'