-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Add support for Python 3.12 #2188
Conversation
Here are the changes I proposed: fe6b3a5 A little off topic, but is there a reason we are limiting the push trigger to tagged |
I don't mind. I often allow CI on any branch push in my repos to fix things before a PR. I suppose the idea was to avoid 2 CI runs for a push in a PR but I'm realizing that once we enable it on push, we don't need it on PR, do we? I always thought it didn't matter because most contributors push on their repo so only the few people here with push permissions would be affected. I'm realizing that this config may also affect contributors in their own repos. Right? In this case it's nice if CI runs in their repo before the PR is created. And if not, then we need to keep the PR trigger for external contributions. |
Yes, this is a very good idea! I pushed to |
idk. Does that rebase on the target branch or trigger the checks UI? |
All checks appear in CI checks UI: marshmallow-code/flask-smorest#551. |
Anything more I need to do here? Thanks! |
I guess not. I merged. I updated the required checks. The
No problem with this. And it is probably better to keep both push and PR (for the rebase on the target branch). Thanks @hugovk. |
The second Python 3.12 release candidate is out! 🚀
Python 3.12.0 final is due out in two weeks: 2023-10-02.
See also https://dev.to/hugovk/help-test-python-312-beta-1508/