From c5a3ced8c8150302ceb8aa284acce6ed5a5fe225 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 29 May 2025 10:37:55 -0400 Subject: [PATCH] docs: rerender README Signed-off-by: Henry Schreiner --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be390f21..b6e68947 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ If you've used previous versions of the beta: - ⚠️ Previous betas of v3.0 changed the working directory for tests. This has been rolled back to the v2.x behaviour, so you might need to change configs if you adapted to the beta 1 or 2 behaviour. See [issue #2406](https://github.com/pypa/cibuildwheel/issues/2406) for more information. - ⚠️ GraalPy shipped with the identifier `gp242-*` in previous betas, this has been changed to `gp311_242-*` to be consistent with other interpreters, and to fix a bug with GraalPy and project requires-python detection. If you were using GraalPy, you might need to update your config to use the new identifier. -#### v3.0.0b3 +#### v3.0.0b4 _29 May 2025_ @@ -290,7 +290,7 @@ _19 May 2025_ - ⚠️ Dropped official support for Appveyor. If it was working for you before, it will probably continue to do so, but we can't be sure, because our CI doesn't run there anymore. (#2386) - 📚 A reorganisation of the docs, and numerous updates (#2280) - + ---