File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 53
53
strategy :
54
54
matrix :
55
55
# Tests must be run on all target platforms and Python versions.
56
+ # Python <3.8 is not supported in the MacOS 14 runner.
56
57
os :
57
58
- " ubuntu-latest"
58
59
- " macos-13"
@@ -64,12 +65,17 @@ jobs:
64
65
- " 3.9"
65
66
# Python 3.6 is not supported anymore in the Ubuntu 22.04 runner
66
67
# https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
68
+ # Python 3.7 is not supported anymore in the Ubuntu 24.04 runner
67
69
exclude :
68
70
- os : " ubuntu-latest"
69
71
python-version : " 3.6"
72
+ - os : " ubuntu-latest"
73
+ python-version : " 3.7"
70
74
include :
71
75
- os : " ubuntu-20.04"
72
76
python-version : " 3.6"
77
+ - os : " ubuntu-22.04"
78
+ python-version : " 3.7"
73
79
# Do not cancel in-progress jobs if any matrix job fails
74
80
fail-fast : false
75
81
runs-on : " ${{ matrix.os }}"
Original file line number Diff line number Diff line change @@ -160,12 +160,17 @@ jobs:
160
160
- " 3.9"
161
161
# Python 3.6 is not supported anymore in the Ubuntu 22.04 runner
162
162
# https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
163
+ # Python 3.7 is not supported anymore in the Ubuntu 24.04 runner
163
164
exclude :
164
165
- os : " ubuntu-latest"
165
166
python-version : " 3.6"
167
+ - os : " ubuntu-latest"
168
+ python-version : " 3.7"
166
169
include :
167
170
- os : " ubuntu-20.04"
168
171
python-version : " 3.6"
172
+ - os : " ubuntu-22.04"
173
+ python-version : " 3.7"
169
174
# Do not cancel in-progress jobs if any matrix job fails
170
175
fail-fast : false
171
176
runs-on : " ${{ matrix.os }}"
You can’t perform that action at this time.
0 commit comments