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 7303C15A7DA 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 B4653E0849; 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 9B63EE0849 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 A322E341278 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 705BD7F5 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: <1679284312.d0998f38174bffe40dfab925fc4ca23eff1ae5af.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: d0998f38174bffe40dfab925fc4ca23eff1ae5af 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: 96d26a25-2814-45db-83ec-e5bec5d90b8b X-Archives-Hash: 651c32117926d554c2c797fd5fde434d commit: d0998f38174bffe40dfab925fc4ca23eff1ae5af Author: Sam James gentoo org> AuthorDate: Mon Mar 20 03:51:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 20 03:51:52 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=d0998f38 CI: fix Python 3.11 workflow/job Use the latest Python 3.11 release. Signed-off-by: Sam James gentoo.org> .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83e6ef3..422daa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - '3.8' - '3.9' - '3.10' - - '3.11.0-alpha - 3.11.0' + - '3.11' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9'