Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SG-38781 Remove Python 3.7 from CI #377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2025

Conversation

carlos-villavicencio-adsk
Copy link
Contributor

@carlos-villavicencio-adsk carlos-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-adsk carlos-villavicencio-adsk requested a review from a team April 11, 2025 20:44
@julien-lang
Copy link
Contributor

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-adsk carlos-villavicencio-adsk merged commit 418d72e into master Apr 14, 2025
22 checks passed
@carlos-villavicencio-adsk carlos-villavicencio-adsk deleted the Remove-Python-3.7-from-CI branch April 14, 2025 14:26
@carlos-villavicencio-adsk carlos-villavicencio-adsk changed the title Remove Python 3.7 from CI SG-38781 Remove Python 3.7 from CI Apr 14, 2025
Sign up for free to 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.

2 participants