Add support for Python 3.14#292
Conversation
|
Thanks @hugovk. Let's add 3.14 indeed! I'm a little confused about those "pull_request, workflow_dispatch" triggers. Pushing's always worked great for me, so every push triggers the workflows. |
|
Sure, This means you have merge them with the confidence that the CI has passed and that they've not broken any existing test. For example, you can see that this PR has run on the CI and is green 🎉, but this other PR (#269) has not -- has it broken the CI? Maybe it uses new syntax and fails on Python 3.9? Who knows 🤷 -- the only way to be sure is to merge the PR and find out. It's a bit late then, and it's much better to know before merge so the PR can be fixed, and
Here's screenshots from another repo that has it:
It lets us trigger a build on any branch on demand (it's a little odd that GitHub doesn't enable it by default). This isn't needed very often, but occasionally it can be useful. For example, maybe a PR fails in an odd way, and I might want to trigger a |
|
Hey @hugovk, thank you! |


Python 3.14 beta has been released and the release manager (👋 hi! that's me!) said: