-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
CI Add wheel builds for Python 3.11 #24446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
99c99b9
[cd build] Add wheel builds for python 3.11
cmarmo 99f2f36
[cd build] Fix MacOS builds setting SETUPTOOLS_USE_DISTUTILS=stdlib.
cmarmo a005d02
Remove relic.
cmarmo 18a1807
[cd build] Vendor msvcp140.dll.
cmarmo f7923b1
Apply black
cmarmo a75bb7d
Merge branch 'main' into wheel-python-311
cmarmo 0b42e61
Merge branch 'main' into wheel-python-311
cmarmo d073620
Merge branch 'main' into wheel-python-311
cmarmo 6add9af
[cd build] Trigger build.
cmarmo b69242c
Merge branch 'main' into wheel-python-311
jjerphan bce8672
[cd build] Merge branch 'main' into wheel-python-311
cmarmo 6c1a129
Merge branch 'main' into wheel-python-311
jjerphan a48568b
[cd build] Trigger CD since #24541 is merged
jjerphan 2f411a9
Apply suggestions from code review
cmarmo 5345e01
Merge branch 'main' into wheel-python-311
cmarmo 7e3af0a
Clarify comments.
cmarmo 4c47cb6
[cd build] Install pandas wheels on windows 64 (available since the e…
cmarmo 00dbfd8
[cd build] scipy 1.9.2 wheels for 3.11 published on pypi (except for …
cmarmo cbbf87e
[cd build] scipy 1.9.2 wheels for 3.11 published on pypi.
cmarmo b77b6a3
[cd build] force scipy version for win32.
cmarmo 40c1d03
[cd build] force scipy version for win32.
cmarmo 45cee88
[cd build] force scipy version for win32.
cmarmo 1816933
[cd build] force scipy version for win32.
cmarmo 26a41ab
[cd build] Experimenting with PowerShell.
cmarmo 18eac63
[cd build] Experimenting with PowerShell.
cmarmo 0c4e80d
[cd build] Experimenting with PowerShell.
cmarmo c51315e
[cd build] Experimenting with PowerShell.
cmarmo fca7ca6
[cd build] Set dependence in pyproject.toml.
cmarmo 65dbb59
[cd build] Set dependence in pyproject.toml.
cmarmo f0938db
[cd build] Set dependence in pyproject.toml.
cmarmo b4b6f5f
[cd build] Install scipy 1.9.1 for tests.
cmarmo 2d2baed
[cd build] Using platform_machine.
cmarmo 2d1cd7f
[cd build] No way to use pyproject.toml deendencies.
cmarmo 82a21b6
[cd build] Prefer binaries when building.
cmarmo 33fe747
[cd build] Prefer binaries when building (via PIP_BUILD_OPTIONS).
cmarmo 9950435
[cd build] Prefer binaries when building (via PIP_BUILD_OPTIONS).
cmarmo fd2371f
[ci skip] Revert pip build options.
cmarmo 8fe7c36
Merge branch 'main' into wheel-python-311
cmarmo 21e769d
[cd build] Trig wheel build.
cmarmo 3210043
[cd build] Add condition on extra index.
cmarmo 657b563
[cd build] Add condition on extra index.
cmarmo 6db7e7c
Reformat condition. Define PIP_PRE.
cmarmo c9a59e2
Merge branch 'main' into wheel-python-311
cmarmo ed2c6a0
Update .github/workflows/wheels.yml
cmarmo a3a8100
Merge branch 'main' into wheel-python-311
cmarmo 5a43727
[cd build gh] Update vendor.py, remove bitness argument, add PIP_PRE …
cmarmo 66ab6de
Merge branch 'main' into wheel-python-311
cmarmo 75e53eb
[cd build] Add 3.11 wheel for arm64-graviton on travis.
cmarmo b12be0b
Merge branch 'main' into wheel-python-311
cmarmo a1e9d7d
[cd build] Merge branch 'main' into wheel-python-311
cmarmo 1c50c26
[cd build] Address comments.
cmarmo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ set -e | |
set -x | ||
|
||
PYTHON_VERSION=$1 | ||
BITNESS=$2 | ||
|
||
docker container run \ | ||
--rm scikit-learn/minimal-windows \ | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.