Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 (#680)
Browse files Browse the repository at this point in the history
* Bump pypa/cibuildwheel from 2.14.1 to 2.15.0

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.15.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.14.1...v2.15.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* do not build wheel for 3.12 yet

* remove environment caching

* reactivate caching

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc-Antoine Schmidt <marc-antoine.schmidt@quantco.com>
  • Loading branch information
dependabot[bot] and MarcAntoineSchmidtQC committed Aug 17, 2023
1 parent ffc289a commit 5988f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build wheels
uses: pypa/cibuildwheel@v2.14.1
uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_ARCHS_MACOS: x86_64 arm64
- uses: actions/upload-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ skip = [
"*-win32",
"*-manylinux_i686",
"pp*",
"*-musllinux_*"
"*-musllinux_*",
"cp312*"
]
test-requires = ["pytest", "pytest-xdist"]

Expand Down

0 comments on commit 5988f6e

Please sign in to comment.