forked from sogno-platform/dpsim
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update pypa/cibuildwheel action to v2.23.0 #4
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/pypa-cibuildwheel-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
451dac6
to
68580fd
Compare
68580fd
to
39abe96
Compare
39abe96
to
943272f
Compare
943272f
to
02c4731
Compare
02c4731
to
dda0c63
Compare
dda0c63
to
2eaee26
Compare
2eaee26
to
4276633
Compare
4276633
to
8667e7c
Compare
8667e7c
to
d045ce8
Compare
d045ce8
to
9da3820
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.18.0
->v2.23.0
Release Notes
pypa/cibuildwheel (pypa/cibuildwheel)
v2.23.0
Compare Source
v2.22.0
: Version 2.22.0Compare Source
CIBW_ENABLE
/enable
feature that replacesCIBW_FREETHREADED_SUPPORT
/free-threaded-support
andCIBW_PRERELEASE_PYTHONS
with a system that supports both. In cibuildwheel 3, this will also include a PyPy setting and the deprecated options will be removed. (#2048)CIBW_TEST_GROUPS
/test-groups
to specify groups in[dependency-groups]
for testing. (#2063)CIBW_BEFORE_ALL
/before-all
on linux, replacing 3.8, which is now EoL (#2043)uname -m
fails on ARM (#2049)manylinux-interpreters ensure
fails (#2066)v2.21.3
Compare Source
v2.21.2
Compare Source
armv7l
to try it out if you're interested! (#2017)Note: the default manylinux image is scheduled to change from
manylinux2014
tomanylinux_2_28
in a cibuildwheel release on or after 6th May 2025 - you can set the value now to avoid getting upgraded if you want. (#1992)v2.21.1
: Version 2.21.1Compare Source
uv
to install dependencies for versions of CPython that it does not support (#2005)uv 0.4.10
would not use the right Python when testing on Linux. (#2008)v2.21.0
: Version 2.21.0Compare Source
config-settings
in TOML overrides - rather than extending each key, which is rarely useful, individual keys will override previously set values. (#1803)v2.20.0
: Version 2.20.0Compare Source
CIBW_PRERELEASE_PYTHONS
flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.13.0rc1, which is guaranteed to be ABI compatible with the final release. Free-threading is still behind a flag/config option. (#1950)CIBW_ALLOW_EMPTY
environment variable as an alternative to the command line flag. (#1937)VSCMD_ARG_TGT_ARCH
variable based on target arch. (#1876)v2.19.2
: Version 2.19.2Compare Source
--no-isolation
withbuild[uv]
build-frontend. (#1889)v2.19.1
: Version 2.19.1Compare Source
v2.19.0
: Version 2.19.0Compare Source
Release post: https://iscinumpy.dev/post/cibuildwheel-2-19-0/
--platform pyodide
orCIBW_PLATFORM: pyodide
on Linux with a host Python 3.12 to build WebAssembly wheels. Not accepted on PyPI currently, but usable directly in a website using Pyodide, for live docs, etc. (#1456, #1859)build[uv]
backend, which will take a pre-existing uv install (or installcibuildwheel[uv]
) and useuv
for all environment setup and installs on Python 3.8+. This is significantly faster in most cases. (#1856)VIRTUAL_ENV
variable now set. (#1842)v2.18.1
Compare Source
cp313t-*
, new optionCIBW_FREE_THREADED_SUPPORT
/tool.cibuildwheel.free-threaded-support
required to opt-in. See the docs for more information. (#1831)container-engine
is now a build (non-global) option. (#1792)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.