Skip to content

Commit 62852e3

Browse files
authored
chore(wheels): add build wheels for Python 3.11 (#4337)
## Description Blocked by #4125. This PR removes the skipping of building Python 3.11 wheels in our build_deploy job. ## Checklist - [x] Title must conform to [conventional commit](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional). - [x] Add additional sections for `feat` and `fix` pull requests. - [x] Ensure tests are passing for affected code. - [x] [Library documentation](https://github.com/DataDog/dd-trace-py/tree/1.x/docs) and/or [Datadog's documentation site](https://github.com/DataDog/documentation/) is updated. Link to doc PR in description. ## Motivation ## Design ## Testing strategy ## Relevant issue(s) ## Testing strategy ## Reviewer Checklist - [x] Title is accurate. - [x] Description motivates each change. - [x] No unnecessary changes were introduced in this PR. - [x] PR cannot be broken up into smaller PRs. - [x] Avoid breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [x] Tests provided or description of manual testing performed is included in the code or PR. - [x] Release note has been added for fixes and features, or else `changelog/no-changelog` label added. - [x] All relevant GitHub issues are correctly linked. - [x] Backports are identified and tagged with Mergifyio. - [x] Add to milestone.
1 parent 0cc82aa commit 62852e3

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)