From nobody Sat May 18 15:49:35 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+109371+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+109371+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1696633877; cv=none; d=zohomail.com; s=zohoarc; b=QI4Nz34srnd6p7eexn4N2sksaNFrgRIf340CSflvqDWXwHuKdvnvAte/DB0toRJrmeq8wcIwmuQV/kuUsABnaOpxoBHHg7vEJgGYsY51gl35l+3GIkUJU0OyI81LVnuBm/zHcvFYAPvfYQyZOOUQ0HKt/Y+xCxFaJpE0lCPs3Xs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1696633877; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Reply-To:References:Sender:Subject:Subject:To:To:Message-Id; bh=sZZ7JEGd5vHElTFb5YNQciwp7G+BPI6T30aqLYhoMZQ=; b=VHHx9G+7JPq05UV6BRgbM2q7ssyY/XVuWbmOeecFxANR8xxanKK8a459LSDmIvD92EKH780CVEKAnb4cJCngz0X5o+sFZRKtBQUWTc8FMnqT2eJa396Ome8+64rE5EpRS9IuOCFXgG+Q7fJ+ShRXu5ROIwbakkTZxOOFILSg7eE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+109371+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1696633877457267.74840680106945; Fri, 6 Oct 2023 16:11:17 -0700 (PDT) Return-Path: DKIM-Signature: a=rsa-sha256; bh=Kp0HZPtzEZ/IfW8Qcvg7Ca905Zdx+FLZDlNuq1EQkII=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1696633877; v=1; b=omWo3TFfoEcYcVoJ5mhiVkKOfGgbrpcikze5DGVwjskVQXw5JTY2Lz9Sgcs6bTyIAY5NAaH4 yRiFU4/2yJ6qHt+W8MMFfYUXk6sssyhrloqU6S66CeTdEHH14WMUSGoDLOusb/6Tumou2wpb7LU u4NJ7LY+Bu16uuZms7bOQACY= X-Received: by 127.0.0.2 with SMTP id d8nLYY1788612xXbgO1s6mnp; Fri, 06 Oct 2023 16:11:17 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.8181.1696633876575037224 for ; Fri, 06 Oct 2023 16:11:16 -0700 X-Received: from localhost.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 8B89420B74C2; Fri, 6 Oct 2023 16:11:15 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8B89420B74C2 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v1 1/2] .azurepipelines: Fix Python version (to 3.11) Date: Fri, 6 Oct 2023 19:10:43 -0400 Message-ID: <20231006231044.1568-2-mikuback@linux.microsoft.com> In-Reply-To: <20231006231044.1568-1-mikuback@linux.microsoft.com> References: <20231006231044.1568-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 4pmw2kpZ0FPUf0cFsUEG20aCx1787277AA= Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1696633877790100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki Build was previously using 3.11. Using 3.12 now that is is released. To allow scripts to take time to update, fix to 3.11. Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki Reviewed-by: Sean Brogan --- .azurepipelines/Ubuntu-PatchCheck.yml | 2 +- .azurepipelines/templates/defaults.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu= -PatchCheck.yml index b86d4bc3b93f..5e79474999b6 100644 --- a/.azurepipelines/Ubuntu-PatchCheck.yml +++ b/.azurepipelines/Ubuntu-PatchCheck.yml @@ -27,7 +27,7 @@ steps: =20 - task: UsePythonVersion@0 inputs: - versionSpec: '>=3D3.10.6' + versionSpec: '3.11' architecture: 'x64' =20 - script: | diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templ= ates/defaults.yml index 8006495580f3..d50aa3e6d4d0 100644 --- a/.azurepipelines/templates/defaults.yml +++ b/.azurepipelines/templates/defaults.yml @@ -8,5 +8,5 @@ ## =20 variables: - default_python_version: ">=3D3.10.6" + default_python_version: "3.11" default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd93= 1" --=20 2.42.0.windows.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109371): https://edk2.groups.io/g/devel/message/109371 Mute This Topic: https://groups.io/mt/101808694/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 18 15:49:35 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+109372+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+109372+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1696633883; cv=none; d=zohomail.com; s=zohoarc; b=naMQdMQBt9RVvaaDhyx8+aa8kl9YckIkWo+0kagZT9oPtrBDB0U1b64Kg4QxgnSDDGkr0ZmTxDGEejfWiNeeWqWcvp/HLkSyK0NdSDqYi31sgIULsewonq3qFBDmkYAaCMmz5BwoZ+nzwZJVefFT9StzkZVcQdU113ze0CTnI2c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1696633883; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Reply-To:References:Sender:Subject:Subject:To:To:Message-Id; bh=GqSgT0iRK1vUCzvSwGY0dKlL6Y1VWaM1VEYpWNs2Bp8=; b=aGM8USlHc2USc1L4WhXZcWWgthwCUU/OsD2XC0EIDVOSzRKkFG/X9VxLnb6ekcLpE4yKQtPgZ2C7vw8T7ZBH2KdbbdRjEqRL/I3398rHOqW+7D/lnNljLLTs93ujcTzk/ZXr4uEJPwX9ApIVyhXplM2kcElEumGAsGckhJe+3IE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+109372+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1696633883092414.0874866851499; Fri, 6 Oct 2023 16:11:23 -0700 (PDT) Return-Path: DKIM-Signature: a=rsa-sha256; bh=DaJQDpIhQ2QhY6cWOi9TrkL6TVTBq0lERmtJJoVmB7Q=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1696633882; v=1; b=C7mhrD0NziY057zZOb2ii2/o+WZRybt1LCLuPC9l8vWjNaNKyMxhdGJ7ZT9fH1xuWa/i5quA uO1UKWA7CY9J2zOkQT596cyeaYQluOixvwRIJkdl8ONuvvJi3EZC+XCvx84KKX/ocwc5uCzjVaK 66OV/p3f1hlmDRBnf3TeqRAg= X-Received: by 127.0.0.2 with SMTP id aYlkYY1788612xW6DpoMFnFa; Fri, 06 Oct 2023 16:11:22 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.8183.1696633882248245603 for ; Fri, 06 Oct 2023 16:11:22 -0700 X-Received: from localhost.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 8255120B74C0; Fri, 6 Oct 2023 16:11:21 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8255120B74C0 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Michael D Kinney Subject: [edk2-devel] [PATCH v1 2/2] .github: Fix Python version (to 3.11) Date: Fri, 6 Oct 2023 19:10:44 -0400 Message-ID: <20231006231044.1568-3-mikuback@linux.microsoft.com> In-Reply-To: <20231006231044.1568-1-mikuback@linux.microsoft.com> References: <20231006231044.1568-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Mnh3MRkyOKR1imDXChXOK8kcx1787277AA= Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1696633883872100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki Build was previously using 3.11. Using 3.12 now that is is released. To allow scripts to take time to update, fix to 3.11. Cc: Sean Brogan Cc: Michael D Kinney Signed-off-by: Michael Kubacki Reviewed-by: Sean Brogan --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/code= ql-analysis.yml index cc7f06f7b5b7..992b3b6f654e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -85,7 +85,7 @@ jobs: - name: Install Python uses: actions/setup-python@v4 with: - python-version: '3.10.6' + python-version: '3.11' cache: 'pip' cache-dependency-path: 'pip-requirements.txt' =20 --=20 2.42.0.windows.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109372): https://edk2.groups.io/g/devel/message/109372 Mute This Topic: https://groups.io/mt/101808697/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-