File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 2525 strategy :
2626 fail-fast : false
2727 matrix :
28- os : [ ubuntu, windows, macos ]
29- release : [ stable, nightly ]
28+ - os : ubuntu
29+ release : stable
30+ python : 3.8
31+ - os : ubuntu
32+ release : nightly
33+ python : 3.11
34+ - os : windows
35+ release : stable
36+ python : 3.9
37+ - os : windows
38+ release : nightly
39+ python : 3.12
40+ - os : macos
41+ release : stable
42+ python : 3.10
43+ - os : macos
44+ release : nightly
45+ python : 3.13
3046 runs-on : ${{ format('{0}-latest', matrix.os) }}
3147 steps :
3248 - name : Checkout GitHub repo
4763 - name : Set up Python
4864 uses : actions/setup-python@v5
4965 with :
50- python-version : 3.8
66+ python-version : ${{ matrix.python }}
5167 - name : Install dependencies nightly non-Windows
5268 if : matrix.release == 'nightly' && matrix.os != 'windows'
5369 run : |
You can’t perform that action at this time.
0 commit comments