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 80AF574003D for ; Mon, 30 Oct 2023 16:42:31 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Jr4pp9RetEoSY0Z7ynTKfxjcEyoc3UikjjaCWSLHVCo=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id: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=1698684150; v=1; b=xGtXN6YOlffTeWUhVdfiWfMNeCjB3kujkQcTk/SmtA/pZHZnpK8Sp2k8pvtdizXL6vD5Insm x6Fdqn1QQojqppONJGCoGPJgzJr55cs124IJIZc/CgAf/BaG62yefBrzdqDZ/6tdrKQrqIHrzUt UXfWszLwttvomYC15LsVdNiQ= X-Received: by 127.0.0.2 with SMTP id pzkHYY7687511xds7HxnQ0Tu; Mon, 30 Oct 2023 09:42:30 -0700 X-Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web11.154221.1698684149453966548 for ; Mon, 30 Oct 2023 09:42:29 -0700 X-Received: by mail-pl1-f170.google.com with SMTP id d9443c01a7336-1cc5b705769so5053915ad.0 for ; Mon, 30 Oct 2023 09:42:29 -0700 (PDT) X-Gm-Message-State: zu5eFb06hmonqAsNPGRjWIcHx7686176AA= X-Google-Smtp-Source: AGHT+IHTDYa3GWBtBU9WHote8tMkb7JzHVhvZjz3fPJe5GwhLg5jRQUl+hzqOcjoEhQQwrH69ElSpg== X-Received: by 2002:a17:90a:3c86:b0:27c:fb84:101a with SMTP id g6-20020a17090a3c8600b0027cfb84101amr8964725pjc.29.1698684148605; Mon, 30 Oct 2023 09:42:28 -0700 (PDT) X-Received: from localhost.localdomain (c-174-164-102-13.hsd1.wa.comcast.net. [174.164.102.13]) by smtp.googlemail.com with ESMTPSA id gc23-20020a17090b311700b0027669cbc30asm4652255pjb.1.2023.10.30.09.42.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Oct 2023 09:42:28 -0700 (PDT) From: "Joey Vagedes via groups.io" X-Google-Original-From: Joey Vagedes To: devel@edk2.groups.io Cc: Sean Brogan , Michael Kubacki , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12) Date: Mon, 30 Oct 2023 09:41:31 -0700 Message-Id: <20231030164131.20419-1-joeyvagedes@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,joeyvagedes@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: 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=xGtXN6YO; dmarc=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 Upgrades python to 3.12 for build as it has been released and all supporting tools have been updated to also support 3.12. Cc: Sean Brogan Cc: Michael Kubacki Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Joey Vagedes --- .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 5e79474999b6..a397cf3f4db5 100644 --- a/.azurepipelines/Ubuntu-PatchCheck.yml +++ b/.azurepipelines/Ubuntu-PatchCheck.yml @@ -27,7 +27,7 @@ steps: =0D - task: UsePythonVersion@0=0D inputs:=0D - versionSpec: '3.11'=0D + versionSpec: '3.12'=0D architecture: 'x64'=0D =0D - script: |=0D diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templ= ates/defaults.yml index d50aa3e6d4d0..bc1cd058cc49 100644 --- a/.azurepipelines/templates/defaults.yml +++ b/.azurepipelines/templates/defaults.yml @@ -8,5 +8,5 @@ ##=0D =0D variables:=0D - default_python_version: "3.11"=0D + default_python_version: "3.12"=0D default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd93= 1"=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110323): https://edk2.groups.io/g/devel/message/110323 Mute This Topic: https://groups.io/mt/102279161/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-