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

Conversation

EliahKagan
Copy link
Contributor

@EliahKagan EliahKagan commented Oct 3, 2023

Now that Python 3.12.0 has a stable release and is available.

This makes the same changes as in gitpython-developers/gitdb#97 and for the same reasons, including running CI on all branches. As there, I can remove that part if you don't want it.

(For posterity and cross-linking, I note also that this is related to gitpython-developers/GitPython#1689.)

+ Make YAML indentation more consistent.
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).
@Byron
Copy link
Member

Byron commented Oct 3, 2023

Thanks again, much appreciated 🙏.

@Byron Byron merged commit f1ace75 into gitpython-developers:master Oct 3, 2023
6 checks passed
@EliahKagan EliahKagan deleted the 312stable branch October 3, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants