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 4DC0A15838C for ; Tue, 23 Jan 2024 20:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F71AE2A91; Tue, 23 Jan 2024 20:51:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 71631E2A91 for ; Tue, 23 Jan 2024 20:51:00 +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 B27CA3432F8 for ; Tue, 23 Jan 2024 20:50:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 397D0105D for ; Tue, 23 Jan 2024 20:50:58 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1706043050.eaa00a35dec195d69d0c01501f922c68585bda85.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/ X-VCS-Repository: proj/pkgcore/pkgdev X-VCS-Files: .github/workflows/test.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: eaa00a35dec195d69d0c01501f922c68585bda85 X-VCS-Branch: main Date: Tue, 23 Jan 2024 20:50:58 +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: 324df807-539a-44c5-bff8-407520906e6c X-Archives-Hash: 888574d643a186ccdd9d88c38194f55a commit: eaa00a35dec195d69d0c01501f922c68585bda85 Author: Sam James gentoo org> AuthorDate: Mon Mar 20 04:07:23 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jan 23 20:50:50 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=eaa00a35 CI: add Python 3.12 Signed-off-by: Sam James gentoo.org> Signed-off-by: Arthur Zamarin gentoo.org> .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36e079b..4ea9c03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,9 +16,9 @@ jobs: python-version: ['3.10', '3.11'] experimental: [false] include: - # - os: ubuntu-latest - # python-version: '3.11.0-beta - 3.11' - # experimental: true + - os: ubuntu-latest + python-version: '3.12-dev' + experimental: true - os: macos-latest python-version: '3.11' experimental: false