-
Notifications
You must be signed in to change notification settings - Fork 228
Use Python 3.10 in Continuous Integration tests #1577
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 2 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
eec37af
Update continuous integration workflows to use Python 3.10
weiji14 e197bde
Put quotes around 3.10 so that it doesn't get read as Python 3.1
weiji14 d73da3f
Merge branch 'main' into ci/python-3.10
weiji14 c7bca7d
Revert ci_docs and ci_tests to use Python 3.9
weiji14 2b9abf7
Manually install Python 3.10 on ci_tests_dev.yaml
weiji14 76bbf2c
Merge branch 'main' into ci/python-3.10
weiji14 00cafd7
Use pip to install dvc on ci_tests_dev workflow
weiji14 36ce2d3
Merge branch 'main' into ci/python-3.10
weiji14 f0e8e76
Merge branch 'main' into ci/python-3.10
weiji14 2ce685e
Use pip to install geopandas on ci_tests_dev workflow
weiji14 2a4f15a
Try with newer version of conda/mamba
weiji14 63cd1d0
Revert "Try with newer version of conda/mamba"
weiji14 57d42cc
Try flexible channel priority
weiji14 56d044b
Temporarily run GMT Dev Tests on pull request pushes
weiji14 bfd8527
Install numpy before other deps since it is a build dependency for some
weiji14 c32e6c9
Merge branch 'main' into ci/python-3.10
weiji14 20854ee
Prefer older binary pip packages over newer pip packages
weiji14 a462adc
Revert "Try flexible channel priority"
weiji14 31e8908
Install gdal Python package in addition to libgdal from conda-forge
weiji14 69d4e67
Install fiona instead of gdal
weiji14 0a9007d
Merge branch 'main' into ci/python-3.10
weiji14 0604c95
Revert "Use pip to install geopandas on ci_tests_dev workflow"
weiji14 f692874
Merge branch 'main' into ci/python-3.10
weiji14 b5a5ab5
Merge branch 'main' into ci/python-3.10
weiji14 a4b10af
Revert "Temporarily run GMT Dev Tests on pull request pushes"
weiji14 fca7a68
Remove quotes around python version numbers
weiji14 0772260
Merge branch 'main' into ci/python-3.10
weiji14 afed7c9
Set minimum Python version to 3.8 in README.rst
weiji14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.9 | ||
python-version: '3.10' | ||
|
||
- name: Install dependencies | ||
run: python -m pip install setuptools wheel | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.9 | ||
python-version: '3.10' | ||
|
||
- name: Install packages | ||
run: | | ||
|
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
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.