File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22
22
- 3.9
23
23
- ' 3.10'
24
24
- ' 3.11'
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
25
33
26
34
name : " 🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
27
35
runs-on : ${{ matrix.runs-on }}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- Update ` astral-sh/ruff-pre-commit ` hook to v0.4.1
17
17
- Update ` Lucas-C/pre-commit-hooks ` hook to v1.5.5
18
18
- Update ` pre-commit/pre-commit-hooks ` hook to v4.6.0
19
+ - Disable macOS CI for Python < 3.11 (now runs on M1 macs on GitHub)
19
20
20
21
## [ v1.5.1] - 2023-12-15
21
22
You can’t perform that action at this time.
0 commit comments