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

Pin Python version in CI #905

Merged
merged 4 commits into from
Jun 20, 2023
Merged

Commits on Jun 19, 2023

  1. Pin Python version in CI

    Recently github updated the cached version of python installed for 3.7
    in the CI environment to 3.7.17. This new binary was not built with bz2
    support which is causing failures in our CI jobs that run with 3.7.
    While we'll be dropping 3.7 support from the main branch (for 0.14.0) in
    the near future we still support 3.7 on the stable 0.13.x series. This
    commit pins the python version to the previous patch release which was
    known to work.
    mtreinish committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e61c4b3 View commit details
    Browse the repository at this point in the history
  2. Use 3.7 on windows

    mtreinish committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a14244d View commit details
    Browse the repository at this point in the history
  3. Fix windows capitalization

    mtreinish committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0432eb6 View commit details
    Browse the repository at this point in the history
  4. Fix syntax error

    mtreinish committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b6736b4 View commit details
    Browse the repository at this point in the history