File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 30
30
- os : ubuntu-latest
31
31
python : ' 3.13'
32
32
toxenv : py313
33
+ - os : macos-latest
34
+ python : ' 3.9'
35
+ toxenv : py39
36
+ - os : macos-latest
37
+ python : ' 3.10'
38
+ toxenv : py310
39
+ - os : macos-latest
40
+ python : ' 3.11'
41
+ toxenv : py311
42
+ - os : macos-latest
43
+ python : ' 3.12'
44
+ toxenv : py312
45
+ - os : macos-latest
46
+ python : ' 3.13'
47
+ toxenv : py313
33
48
runs-on : ${{ matrix.os }}
34
49
35
50
steps :
81
96
toxenv : py312
82
97
- os : ubuntu-latest
83
98
python : ' 3.13'
99
+ - os : macos-latest
100
+ python : ' 3.9'
101
+ toxenv : py39
102
+ - os : macos-latest
103
+ python : ' 3.10'
104
+ toxenv : py310
105
+ - os : macos-latest
106
+ python : ' 3.11'
107
+ toxenv : py311
108
+ - os : macos-latest
109
+ python : ' 3.12'
110
+ toxenv : py312
111
+ - os : macos-latest
112
+ python : ' 3.13'
84
113
toxenv : py313
85
114
runs-on : ${{ matrix.os }}
86
115
You can’t perform that action at this time.
0 commit comments