| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
+ 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).
|
Thanks again, much appreciated 🙏. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.)