Skip to content
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

upstream CI: Pin Python version to 3.11 #1157

Merged
merged 1 commit into from
Oct 18, 2023

Commits on Oct 17, 2023

  1. upstream CI: Pin Python version to 3.11

    Azure Ubuntu images have Python 3.12 available, and as we did not pin
    the requested Python version, the latest available one was used, causing
    image preparation and tests to fail.
    
    This patch pins Python version to 3.11 until test can be executed with
    Python 3.12 and later.
    rjeffman committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    55b8729 View commit details
    Browse the repository at this point in the history