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:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- python-version : ['3.9 ']
27
+ python-version : ['3.10 ']
28
28
os : [ubuntu-latest, macOS-latest, windows-latest]
29
29
# Is it a draft Pull Request (true or false)?
30
30
isDraft :
31
31
- ${{ 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
33
33
exclude :
34
34
- os : macOS-latest
35
35
isDraft : true
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- python-version : ['3.8', '3.9 ']
32
+ python-version : ['3.8', '3.10 ']
33
33
os : [ubuntu-latest, macOS-latest, windows-latest]
34
34
# Is it a draft Pull Request (true or false)?
35
35
isDraft :
36
36
- ${{ 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
38
38
exclude :
39
39
- os : macOS-latest
40
40
isDraft : true
@@ -43,13 +43,13 @@ jobs:
43
43
# - os: ubuntu-latest
44
44
# python-version: 3.7
45
45
# 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
48
48
include :
49
49
- python-version : ' 3.8'
50
50
numpy-version : ' 1.19'
51
51
optional-packages : ' '
52
- - python-version : ' 3.9 '
52
+ - python-version : ' 3.10 '
53
53
numpy-version : ' 1.22'
54
54
optional-packages : ' geopandas ipython'
55
55
timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments