Skip to content

Commit

Permalink
chore(wheels): add build wheels for Python 3.11 (#4337)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
Yun-Kim authored Oct 28, 2022
1 parent 0cc82aa commit 62852e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
# emulated ones
CIBW_ARCHS: ${{ matrix.archs }}
CIBW_BUILD: cp3*
CIBW_SKIP: cp311*
# Run a smoke test on every supported platform
CIBW_TEST_COMMAND: python {project}/tests/smoke_test.py
# Testing arm on MacOS is currently not supported by Github
Expand Down

0 comments on commit 62852e3

Please sign in to comment.