File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- # TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
13
- # https://github.com/actions/setup-python/issues/682
14
- # TODO: switch macos-13 to macos-latest@arm64
15
- python-version : ['3.8', '3.9', '3.10']
16
- os : [ubuntu-latest, windows-latest, macos-13]
12
+ python-version : ['3.10', '3.11', '3.12']
13
+ os : [ubuntu-latest, windows-latest, macos-latest@arm64]
17
14
18
15
steps :
19
16
- uses : actions/checkout@v1
Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- # TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
13
- # https://github.com/actions/setup-python/issues/682
14
- # TODO: switch macos-13 to macos-latest@arm64
15
- python-version : ['3.8', '3.9', '3.10']
16
- os : [ubuntu-latest, windows-latest, macos-13]
12
+ python-version : ['3.10', '3.11', '3.12']
13
+ os : [ubuntu-latest, windows-latest, macos-latest@arm64]
17
14
18
15
steps :
19
16
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments