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 D0033158090 for ; Thu, 19 May 2022 04:09:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89543E088B; Thu, 19 May 2022 04:09:11 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CC73E088B for ; Thu, 19 May 2022 04:09:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 99062341415 for ; Thu, 19 May 2022 04:09:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A29746D for ; Thu, 19 May 2022 04:09:08 +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: <1652933341.53a5ed7e6886eea8c2b08211cc8bad66f1146982.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: /, .github/workflows/ X-VCS-Repository: proj/portage X-VCS-Files: .github/workflows/ci.yml tox.ini X-VCS-Directories: .github/workflows/ / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 53a5ed7e6886eea8c2b08211cc8bad66f1146982 X-VCS-Branch: master Date: Thu, 19 May 2022 04:09:08 +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: 4111200e-544d-4204-855e-f081eac3cc98 X-Archives-Hash: 45c94ff13b06468901d5c4a78720c199 commit: 53a5ed7e6886eea8c2b08211cc8bad66f1146982 Author: Sam James gentoo org> AuthorDate: Thu May 19 03:55:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 19 04:09:01 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=53a5ed7e tox.ini, .github: test on available Python 3.11 versions Signed-off-by: Sam James gentoo.org> .github/workflows/ci.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03cf1fc7f..ad1633a3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - '3.8' - '3.9' - '3.10' + - '3.11.0-alpha - 3.11.0' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9' diff --git a/tox.ini b/tox.ini index 84c24396e..a091afae9 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = pylint: pylint pygost pyyaml - py36,py37,py38,py39,py310,pypy3: lxml!=4.2.0 + py36,py37,py38,py39,py310,py311,pypy3: lxml!=4.2.0 setenv = PYTHONPATH={toxinidir}/lib commands =