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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E28F15838C for ; Fri, 19 Jan 2024 04:28:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A94A9E2B4C; Fri, 19 Jan 2024 04:28:20 +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 8A0FFE2B4C for ; Fri, 19 Jan 2024 04:28:20 +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 7F90C3431F2 for ; Fri, 19 Jan 2024 04:28:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3A0B137E for ; Fri, 19 Jan 2024 04:28:17 +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: <1705638249.2ee5764c48adbb2094cafc0130ffb4ffc6a487b1.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: 2ee5764c48adbb2094cafc0130ffb4ffc6a487b1 X-VCS-Branch: master Date: Fri, 19 Jan 2024 04:28:17 +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: e86036f0-e768-4700-948f-acf7b94d243e X-Archives-Hash: c40be073090cb798a911634a79160070 commit: 2ee5764c48adbb2094cafc0130ffb4ffc6a487b1 Author: Sam James gentoo org> AuthorDate: Fri Jan 19 04:24:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 19 04:24:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=2ee5764c ci: add pypy3.10 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 cfb1eb3..bcb2d59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - '3.11' - '3.12-dev' - 'pypy-3.9' + - 'pypy-3.10' env: # TODO: get this dynamically