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 AAAC515864F for ; Fri, 24 Mar 2023 10:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA2B8E08E5; Fri, 24 Mar 2023 10:55:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A9121E08E5 for ; Fri, 24 Mar 2023 10:55:44 +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 964FD335DA6 for ; Fri, 24 Mar 2023 10:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12A49926 for ; Fri, 24 Mar 2023 10:55:42 +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: <1679655327.2cb70c06d205b52abbf4fed36c2e86653db98aa8.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/snakeoil:master commit in: .github/workflows/ X-VCS-Repository: proj/pkgcore/snakeoil 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: 2cb70c06d205b52abbf4fed36c2e86653db98aa8 X-VCS-Branch: master Date: Fri, 24 Mar 2023 10:55:42 +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: c23b42ad-1a14-4a5d-9c28-57c6c2c548da X-Archives-Hash: 343987012dce7347aecbfcd86fe40296 commit: 2cb70c06d205b52abbf4fed36c2e86653db98aa8 Author: Sam James gentoo org> AuthorDate: Mon Mar 20 04:10:37 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 24 10:55:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=2cb70c06 CI: add Python 3.12 alphas Signed-off-by: Sam James gentoo.org> Closes: https://github.com/pkgcore/snakeoil/pull/96 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 51e539af..31760dcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,9 +16,9 @@ jobs: python-version: ['3.9', '3.10', '3.11', 'pypy-3.9'] 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.10' experimental: false