File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5353 strategy :
5454 matrix :
5555 # Tests must be run on all target platforms and Python versions.
56+ # Python <3.8 is not supported in the MacOS 14 runner.
5657 os :
5758 - " ubuntu-latest"
5859 - " macos-13"
@@ -64,12 +65,15 @@ jobs:
6465 - " 3.9"
6566 # Python 3.6 is not supported anymore in the Ubuntu 22.04 runner
6667 # https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
68+ # Python 3.7 is not supported anymore in the Ubuntu 24.04 runner
6769 exclude :
6870 - os : " ubuntu-latest"
69- python-version : " 3.6"
71+ python-version : [ "3.6", "3.7"]
7072 include :
7173 - os : " ubuntu-20.04"
7274 python-version : " 3.6"
75+ - os : " ubuntu-22.04"
76+ python-version : " 3.7"
7377 # Do not cancel in-progress jobs if any matrix job fails
7478 fail-fast : false
7579 runs-on : " ${{ matrix.os }}"
Original file line number Diff line number Diff line change @@ -160,12 +160,15 @@ jobs:
160160 - " 3.9"
161161 # Python 3.6 is not supported anymore in the Ubuntu 22.04 runner
162162 # https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
163+ # Python 3.7 is not supported anymore in the Ubuntu 24.04 runner
163164 exclude :
164165 - os : " ubuntu-latest"
165- python-version : " 3.6"
166+ python-version : [ "3.6", "3.7"]
166167 include :
167168 - os : " ubuntu-20.04"
168169 python-version : " 3.6"
170+ - os : " ubuntu-22.04"
171+ python-version : " 3.7"
169172 # Do not cancel in-progress jobs if any matrix job fails
170173 fail-fast : false
171174 runs-on : " ${{ matrix.os }}"
You can’t perform that action at this time.
0 commit comments