Skip to content

Commit

Permalink
Restore missing macOS builds, as that's where wheels on PyPI come from.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 10, 2024
1 parent 4dec56a commit 6984c77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- os: macos-latest
python-version: 3.9
- os: macos-latest
python-version: 3.10
python-version: "3.10"
- os: macos-latest
python-version: 3.11
python-version: "3.11"
- os: macos-latest
python-version: 3.12
python-version: "3.12"
- os: macos-latest
python-version: 3.13
python-version: "3.13"
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 6984c77

Please sign in to comment.