File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 66 fail-fast : false
77 matrix :
88 include :
9- - { python-version: 3.9, os: ubuntu-latest }
10- - { python-version: 3.9, os: windows-latest }
11- - { python-version: 3.9, os: macos-latest }
12- - { python-version: 3.8, os: ubuntu-latest }
13- - { python-version: 3.7, os: ubuntu-latest }
14- - { python-version: 3.6, os: ubuntu-latest }
9+ - { python-version: "3.10", os: ubuntu-latest }
10+ - { python-version: "3.10", os: windows-latest }
11+ - { python-version: "3.10", os: macos-latest }
12+ - { python-version: "3.9", os: ubuntu-latest }
13+ - { python-version: "3.8", os: ubuntu-latest }
14+ - { python-version: "3.7", os: ubuntu-latest }
15+ - { python-version: "3.6", os: ubuntu-latest }
1516 name : Python ${{ matrix.python-version }} (${{ matrix.os }})
1617 runs-on : ${{ matrix.os }}
1718 steps :
You can’t perform that action at this time.
0 commit comments