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

No longer treat 3.12 as experimental on smmap CI #54

Merged
merged 2 commits into from
Oct 3, 2023

Commits on Oct 3, 2023

  1. Run CI on all branches

    + Make YAML indentation more consistent.
    EliahKagan committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    69cd90f View commit details
    Browse the repository at this point in the history
  2. No longer treat 3.12 as experimental on CI

    Since Python 3.12.0 stable has been released and is available via
    setup-python, per:
    https://github.com/actions/python-versions/blob/main/versions-manifest.json
    
    This makes it so continue-on-error and allow-prereleases are no
    longer special-cased to true for 3.12; instead, 3.12 is treaed the
    same as other Python releases (where those are false).
    EliahKagan committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    44ac30a View commit details
    Browse the repository at this point in the history