Skip to content

Commit 8a5c9da

Browse files
authored
chore(wheels): add build wheels for Python 3.11 (backport #4337) (#4422)
This is an automatic backport of pull request #4337 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com/) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details>
1 parent 82b3778 commit 8a5c9da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ jobs:
103103
# emulated ones
104104
CIBW_ARCHS: ${{ matrix.archs }}
105105
CIBW_BUILD: cp3*
106-
CIBW_SKIP: cp311*
107106
# Run a smoke test on every supported platform
108107
CIBW_TEST_COMMAND: python {project}/tests/smoke_test.py
109108
# Testing arm on MacOS is currently not supported by Github

0 commit comments

Comments
 (0)