-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python] Start supporting Python 3.10 (#4893)
* Update setup.py * Update cuda.yml * Update static_analysis.yml * Update linkchecker.yml * Update .appveyor.yml * Update .vsts-ci.yml * Update python_package.yml * Update .vsts-ci.yml * Update python_package.yml * Update cuda.yml * Update static_analysis.yml * Update linkchecker.yml * Update .vsts-ci.yml * Update .appveyor.yml * re-arange Python version
- Loading branch information
1 parent
717631a
commit cb8c61e
Showing
7 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 |
---|---|---|
|
@@ -23,28 +23,28 @@ jobs: | |
include: | ||
- os: macOS-latest | ||
task: regular | ||
python_version: 3.8 | ||
python_version: '3.8' | ||
- os: macOS-latest | ||
task: sdist | ||
python_version: 3.9 | ||
python_version: '3.9' | ||
- os: macOS-latest | ||
task: bdist | ||
python_version: 3.8 | ||
python_version: '3.7' | ||
- os: macOS-latest | ||
task: if-else | ||
python_version: 3.8 | ||
python_version: '3.8' | ||
- os: macOS-latest | ||
task: mpi | ||
method: source | ||
python_version: 3.9 | ||
python_version: '3.9' | ||
- os: macOS-latest | ||
task: mpi | ||
method: pip | ||
python_version: 3.9 | ||
python_version: '3.10' | ||
- os: macOS-latest | ||
task: mpi | ||
method: wheel | ||
python_version: 3.7 | ||
python_version: '3.7' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
|
This file contains 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 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 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