Conversation
- Run `scripts/release.py` - See docs updates requires
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the 25.11.0 release by updating version references in documentation and finalizing the changelog. The changes update version strings from 25.9.0 to 25.11.0 and format the changelog by removing draft comments.
- Updated version references from 25.9.0 to 25.11.0 in documentation and examples
- Converted the "Unreleased" section in CHANGES.md to the official 25.11.0 release
- Removed comment placeholders and empty sections from the changelog
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/usage_and_configuration/the_basics.md | Updated version numbers in command-line examples from 25.9.0 to 25.11.0 |
| docs/integrations/source_version_control.md | Updated pre-commit hook version references from 25.9.0 to 25.11.0 |
| CHANGES.md | Finalized 25.11.0 release notes by removing draft comments and updating header from "Unreleased" |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fix typos copilot found Co-authored-by: Copilot <[email protected]>
Fix typos copilot found Co-authored-by: Copilot <[email protected]>
|
(Some) errors are due to pytest 9.0 release. Will open a PR to temporarily pin to under pytest 9.0 |
|
@hauntsaninja - Should we update the test build mypyc wheel to cp314 to test since we're moving to 3.14 here for this release here: https://github.com/psf/black/blob/main/.github/workflows/pypi_upload.yml#L78 ? |
|
Sure! Note it shouldn't really affect the release. Those are just the two random builds we try for PRs, for releases we build everything. |
Well, now windows builds are failing in their entirety. |
|
To build 3.14 wheels you will need a newer cibuildwheel though. So let's do #4828 . Maybe it will help us with the mysterious Windows stuff too |
|
Might be e.g. pypa/cibuildwheel#2536 |
|
Would it be beneficial to add support to CI for a |
Added in #4833 |
|
Thanks all for the efforts getting this shipped ! |
scripts/release.py