File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 strategy :
2525 fail-fast : false
2626 matrix :
27- python-version : ['3.9 ']
27+ python-version : ['3.10 ']
2828 os : [ubuntu-latest, macOS-latest, windows-latest]
2929 # Is it a draft Pull Request (true or false)?
3030 isDraft :
3131 - ${{ github.event.pull_request.draft }}
32- # Only run one job (Ubuntu + Python 3.9 ) for draft PRs
32+ # Only run one job (Ubuntu + Python 3.10 ) for draft PRs
3333 exclude :
3434 - os : macOS-latest
3535 isDraft : true
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929 strategy :
3030 fail-fast : false
3131 matrix :
32- python-version : ['3.8', '3.9 ']
32+ python-version : ['3.8', '3.10 ']
3333 os : [ubuntu-latest, macOS-latest, windows-latest]
3434 # Is it a draft Pull Request (true or false)?
3535 isDraft :
3636 - ${{ github.event.pull_request.draft }}
37- # Only run one job (Ubuntu + Python 3.9 ) for draft PRs
37+ # Only run one job (Ubuntu + Python 3.10 ) for draft PRs
3838 exclude :
3939 - os : macOS-latest
4040 isDraft : true
@@ -43,13 +43,13 @@ jobs:
4343 # - os: ubuntu-latest
4444 # python-version: 3.7
4545 # isDraft: true
46- # Pair Python 3.8 with NumPy 1.19 and Python 3.9 with NumPy 1.22
47- # Only install optional packages on Python 3.9 /NumPy 1.22
46+ # Pair Python 3.8 with NumPy 1.19 and Python 3.10 with NumPy 1.22
47+ # Only install optional packages on Python 3.10 /NumPy 1.22
4848 include :
4949 - python-version : ' 3.8'
5050 numpy-version : ' 1.19'
5151 optional-packages : ' '
52- - python-version : ' 3.9 '
52+ - python-version : ' 3.10 '
5353 numpy-version : ' 1.22'
5454 optional-packages : ' geopandas ipython'
5555 timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments