From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 7988A740039 for ; Fri, 6 Oct 2023 23:11:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=p0SZ6mGxVpa7citP3dWxlemBXwkKH6Z8Roxerquqeos=; 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=WbgkDF5gaR/aqvvPUDpPEix1K8ZQNmzUzhf93eAsO9eJVbkQX2oCIkvKryiVncFtS0+kq3Yt fXUaUIvxKEioYF2dHz8DdhqPj9XykbSzkum6ClhdrQicg4o3GnklJuWUlWGmhp7tuD6tTfDLCk1 zBQqv6Wagy97W/FJLZ0VbhBM= X-Received: by 127.0.0.2 with SMTP id 7YCuYY7687511xbzcSU53FIC; 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: SsBJMMpDkIcdjN0OvKNV6OCOx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=WbgkDF5g; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io 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 --- .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/Ubun= tu-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/tem= plates/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:a0dd= 931" --=20 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- 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/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-