Skip to content

Conversation

@EliahKagan
Copy link
Member

@EliahKaganEliahKagan 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 🙏.

@ByronByron merged commit f1ace75 into gitpython-developers:masterOct 3, 2023
@EliahKaganEliahKagan deleted the 312stable branch October 3, 2023 17:55
Sign up for freeto 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

@EliahKagan@Byron