Skip to content

Commit 3ed1073

Browse files
committed
add CI on macos-latest, for Python 3.14 only
1 parent 1746c7e commit 3ed1073

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,17 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22+
os: [ubuntu-latest, macos-latest]
2223
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
24+
exclude:
25+
- os: macos-latest
26+
python-version: '3.10'
27+
- os: macos-latest
28+
python-version: '3.11'
29+
- os: macos-latest
30+
python-version: '3.12'
31+
- os: macos-latest
32+
python-version: '3.13'
2333

2434
steps:
2535
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Internal
55
---------
66
* Factor `main.py` into several files using mixins.
77
* Update Python versions used in CI.
8+
* Add CI on macOS.
89

910

1011
1.73.1 (2026/05/29)

0 commit comments

Comments
 (0)