Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Test Python 3.13 regularly on Ubuntu and macOS on CI#1990
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
But not Windows yet (gitpython-developers#1955).
Thanks a lot! |
No problem! It looks like this may have been meant to be merged. If so, auto-merge is still waiting on a review. (After it is merged, I'll rebase#1955 again.) |
405b029
intogitpython-developers:mainUh oh!
There was an error while loading.Please reload this page.
Thanks for the reminder! Apparently merges only happen after approval. However, I noticed that once approved, they can be merged even while CI is running. Probably because |
It sounds like protecting |
I took at look and it seems like This is where it stopped, again, and it's kind of where the famous auto-merge tends to stop for me 😅. |
If I understand correctly, this is more manageable in |
This enables testing Python 3.13 in the main CI test workflow for Ubuntu and macOS, as discussed in comments in#1989, but not Windows yet (pending#1955).
I think it makes sense to test these on CI, because:
setup.py
yet since it's not fully working on Windows, testing other platforms on CI makes it easier for users to know they are meant (and believed) to work.