Skip to content

Conversation

@carlos-villavicencio-adsk
Copy link
Contributor

@carlos-villavicencio-adskcarlos-villavicencio-adsk commented Apr 11, 2025

1️⃣ We're starting to get these errors on Azure Pipelines:

Starting: UsePythonVersion ============================================================================== Task : Use Python version Description : Use the specified version of Python from the tool cache, optionally adding it to the PATH Version : 0.248.1 Author : Microsoft Corporation Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/tool/use-python-version ============================================================================== ##[warning]You should provide GitHub token if you want to download a python release. Otherwise you may hit the GitHub anonymous download limit. ##[error]Failed to download Python from the Github Actions python registry (https://github.com/actions/python-versions). Error: Error: Could not find Python matching spec 3.7 (x64) in the python-versions registry. Beware that only systems listed in the Github Actions python versions manifest (https://github.com/actions/python-versions/blob/main/versions-manifest.json) are fit for downloading python on-flight. Also, proxy is not supported. ##[error]Version spec 3.7 for architecture x64 did not match any version in Agent.ToolsDirectory. Versions in /opt/hostedtoolcache: 3.10.16 (x64) 3.11.11 (x64) 3.12.9 (x64) 3.13.2 (x64) 3.9.21 (x64) If this is a Microsoft-hosted agent, check that this image supports side-by-side versions of Python at https://aka.ms/hosted-agent-software. If this is a self-hosted agent, see how to configure side-by-side Python versions at https://go.microsoft.com/fwlink/?linkid=871498. Finishing: UsePythonVersion 

2️⃣ ALSO: There's a backend change released recently that bring creative_review_settings preference. Tests are now updated.

@carlos-villavicencio-adskcarlos-villavicencio-adsk requested a review from a teamApril 11, 2025 20:44
@julien-lang
Copy link
Member

Regarding Python 3.7, it looks like it was remove Jan 4th for Windows and Linux:

However, it was already long gone for macOS.

@carlos-villavicencio-adskcarlos-villavicencio-adsk merged commit 418d72e into masterApr 14, 2025
22 checks passed
@carlos-villavicencio-adskcarlos-villavicencio-adsk deleted the Remove-Python-3.7-from-CI branch April 14, 2025 14:26
@carlos-villavicencio-adskcarlos-villavicencio-adsk changed the title Remove Python 3.7 from CISG-38781 Remove Python 3.7 from CIApr 14, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@carlos-villavicencio-adsk@julien-lang