File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - ' 3.10'
2323 - ' 3.11'
2424 - ' 3.12'
25+ exclude :
26+ # macos-latest is now running on M1 macs
27+ - runs-on : macos-latest
28+ python : 3.8
29+ - runs-on : macos-latest
30+ python : 3.9
31+ - runs-on : macos-latest
32+ python : 3.10
2533
2634 name : " Unit tests • ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
2735 runs-on : ${{ matrix.runs-on }}
7785 - 3.9
7886 - ' 3.10'
7987 - ' 3.11'
88+ - ' 3.12'
89+ exclude :
90+ # macos-latest is now running on M1 macs
91+ - runs-on : macos-latest
92+ python : 3.8
93+ - runs-on : macos-latest
94+ python : 3.9
95+ - runs-on : macos-latest
96+ python : 3.10
8097
8198 name : " System tests ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
8299 runs-on : ${{ matrix.runs-on }}
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253253 and release/\_ branches
254254- Update ` isort ` hook to v5.10.1
255255- Update ` black ` hook to v21.12b0
256+ - Disable macOS CI for Python < 3.11 (now runs on M1 macs on GitHub)
256257
257258## [ v1.5.0] - 2021-11-08
258259
You can’t perform that action at this time.
0 commit comments