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 68CB315A7D9 for ; Mon, 20 Mar 2023 03:53:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73CBFE0825; Mon, 20 Mar 2023 03:53:12 +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 5B19EE0825 for ; Mon, 20 Mar 2023 03:53:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 446D9341276 for ; Mon, 20 Mar 2023 03:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96D088EB for ; Mon, 20 Mar 2023 03:53:09 +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: <1679284379.a5f1b8e775fe1d7d3ea55be6bf4813e54126f890.sam@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: .github/workflows/ X-VCS-Repository: proj/gentoolkit 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: a5f1b8e775fe1d7d3ea55be6bf4813e54126f890 X-VCS-Branch: master Date: Mon, 20 Mar 2023 03:53:09 +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: 705fe2cc-1679-4929-b74d-50d395a0bb1e X-Archives-Hash: c60f064b6c743325c081a17e05724ed7 commit: a5f1b8e775fe1d7d3ea55be6bf4813e54126f890 Author: Sam James gentoo org> AuthorDate: Mon Mar 20 03:52:59 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 20 03:52:59 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=a5f1b8e7 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 90444dc..509f82e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12-dev' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9'