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

fix(ci): add Python 3.13 pre-release to test matrix #257

Merged

Commits on May 11, 2024

  1. GitHub Actions add Python 3.13 to test matrix

    This version of Python is in beta now, and will be stable soonish.
    DeeDeeG committed May 11, 2024
    Configuration menu
    Copy the full SHA
    6797169 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. chore(ci): delete redundant macos-14 jobs from test matrix

    macos-latest runners now resolve to macos-14.
    
    (To be precise: the transition is still rolling out across some repos,
    according to the announcement post, but workflows that have already
    migrated won't switch back. The relevant workflows at this repo have
    already migrated, so the explicit macos-14 jobs are now redundant
    to the implicit macOS 14 (macos-latest) jobs, and can be removed
    from the text matrix now.)
    
    Making this change per review feedback on the PR.
    
    Co-authored-by: Christian Clauss <cclauss@me.com>
    DeeDeeG and cclauss committed May 12, 2024
    Configuration menu
    Copy the full SHA
    49b7d71 View commit details
    Browse the repository at this point in the history