Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Apr 25, 2024
1 parent d70c2e1 commit 440a8c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
# commented: only enable once next Python version enters RC
# - "3.13.0-rc.1" # Development version

# Work around https://github.com/actions/setup-python/issues/696
exclude:
- {os: macos-latest, python-version: "3.8"}
- {os: macos-latest, python-version: "3.9"}
include:
- {os: macos-13, python-version: "3.8"}
- {os: macos-13, python-version: "3.9"}

fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 440a8c3

Please sign in to comment.