Update readme, enable all python versions for macos tests (#1478)

* Fix macOS hang with running coverage

* Run coverage only in ubuntu

* Fix syntax error

* Fix run tests logic

* Update readme

* Don't test python 3.10 on macos as it's stuck

* Enable all python versions for macos
This commit is contained in:
Li Jiang
2026-01-10 20:03:24 +08:00
committed by GitHub
parent 0b138d9193
commit d241e8de90
2 changed files with 2 additions and 7 deletions

View File

@@ -39,13 +39,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
python-version: "3.10" # macOS runners will hang on python 3.10 for unknown reasons
- os: macos-latest
python-version: "3.12" # macOS runners will hang on python 3.12 for unknown reasons
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}