py-tree-sitter
py-tree-sitter copied to clipboard
ci: bump pypa/cibuildwheel from 2.18 to 2.19 in the actions group
Bumps the actions group with 1 update: pypa/cibuildwheel.
Updates pypa/cibuildwheel from 2.18 to 2.19
Release notes
Sourced from pypa/cibuildwheel's releases.
Version 2.19.0
Release post: https://iscinumpy.dev/post/cibuildwheel-2-19-0/
- 🌟 Add a Pyodide platform. Set with
--platform pyodideorCIBW_PLATFORM: pyodideon 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)- 🌟 Add
build[uv]backend, which will take a pre-existing uv install (or installcibuildwheel[uv]) and useuvfor all environment setup and installs on Python 3.8+. This is significantly faster in most cases. (#1856)- ✨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (#1854)
- 🐛 Issue copying a wheel to a non-existent output dir fixed. (#1851, #1862)
- 🐛 Better determinism for the test environment seeding. (#1835)
- 🛠
VIRTUAL_ENVvariable now set. (#1842)- 🛠 Remove a pip<21.3 workaround. (#1842)
- 🛠 Error handling was refactored to use exceptions. (#1719)
- 🛠 Hardcoded paths in tests avoided. (#1834)
- 🛠 Single Python tests made more generic. (#1835)
- 🛠 Sped up our ci by splitting up emulation tests. (#1839)
v2.18.1
- 🌟 Add free-threaded Linux and Windows builds for 3.13. New identifiers
cp313t-*, new optionCIBW_FREE_THREADED_SUPPORT/tool.cibuildwheel.free-threaded-supportrequired to opt-in. See the docs for more information. (#1831)- ✨ The
container-engineis now a build (non-global) option. (#1792)- 🛠 The build backend for cibuildwheel is now hatchling. (#1297)
- 🛠 Significant improvements and modernization to our noxfile. (#1823)
- 🛠 Use pylint's new GitHub Actions reporter instead of a custom matcher. (#1823)
- 🛠 Unpin virtualenv updates for Python 3.7+ (#1830)
- 🐛 Fix running linux tests from Windows or macOS ARM. (#1788)
- 📚 Fix our documentation build. (#1821)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
v2.19.1
- 🐛 Don't require setup-python on GHA for Pyodide (#1868)
- 🐛 Specify full python path for uv (fixes issue in 0.2.10 & 0.2.11) (#1881)
- 🛠 Update for pip 24.1b2 on CPython 3.13. (#1879)
- 🛠 Fix a warning in our schema generation script. (#1866)
- 🛠 Cleaner output on pytest 8-8.2. (#1865)
v2.19.0
See the release post for more info on new features!
- 🌟 Add Pyodide platform. Set with
--platform pyodideorCIBW_PLATFORM: pyodideon 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)- 🌟 Add
build[uv]backend, which will take a pre-existing uv install (or installcibuildwheel[uv]) and useuvfor all environment setup and installs on Python 3.8+. This is significantly faster in most cases. (#1856)- ✨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (#1854)
- 🐛 Issue copying a wheel to a non-existent output dir fixed. (#1851, #1862)
- 🐛 Better determinism for the test environment seeding. (#1835)
- 🛠
VIRTUAL_ENVvariable now set. (#1842)- 🛠 Remove a pip<21.3 workaround. (#1842)
- 🛠 Error handling was refactored to use exceptions. (#1719)
- 🛠 Hardcoded paths in tests avoided. (#1834)
- 🛠 Single Python tests made more generic. (#1835)
- 🛠 Sped up our ci by splitting up emulation tests. (#1839)
v2.18.1
- 🌟 Add free-threaded Linux and Windows builds for 3.13. New identifiers
cp313t-*, new optionCIBW_FREE_THREADED_SUPPORT/tool.cibuildwheel.free-threaded-supportrequired to opt-in. See the docs for more information. (#1831)- ✨ The
container-engineis now a build (non-global) option. (#1792)- 🛠 The build backend for cibuildwheel is now hatchling. (#1297)
- 🛠 Significant improvements and modernization to our noxfile. (#1823)
- 🛠 Use pylint's new GitHub Actions reporter instead of a custom matcher. (#1823)
- 🛠 Unpin virtualenv updates for Python 3.7+ (#1830)
- 🐛 Fix running linux tests from Windows or macOS ARM. (#1788)
- 📚 Fix our documentation build. (#1821)
v2.18.0
12 May 2024
- ✨ Adds CPython 3.13 support, under the prerelease flag CIBW_PRERELEASE_PYTHONS. This version of cibuildwheel uses 3.13.0b1. Free-threading mode is not available yet (#1657), waiting on official binaries (planned for beta 2) and pip support.
... (truncated)
Commits
932529cBump version: v2.19.170fb1c4fix: specify full path to non-venv Python (#1881)405a475[Bot] Update dependencies (#1879)78da7badocs: update README.md (#1874)8d86d31tests: don't print xfails (#1865)89a5cfeDOC: Fix bug with link (#1870)8d5d84efix: accept current Python version if acceptable for Pyodide (#1868)4ada77d[pre-commit.ci] pre-commit autoupdate (#1869)829441ffix: warning in generate schema script (#1866)a8d190aBump version: v2.19.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions