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 2222 - 3.9
2323 - ' 3.10'
2424 - ' 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
2533
2634 name : " 🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
2735 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
1616- Update ` astral-sh/ruff-pre-commit ` hook to v0.4.1
1717- Update ` Lucas-C/pre-commit-hooks ` hook to v1.5.5
1818- 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)
1920
2021## [ v1.5.1] - 2023-12-15
2122
You can’t perform that action at this time.
0 commit comments