Skip to content

Commit

Permalink
Revert "Work around actions/setup-python#696"
Browse files Browse the repository at this point in the history
This reverts commit 440a8c3.
  • Loading branch information
khaeru committed Aug 16, 2024
1 parent 51e562f commit 3149300
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ 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 3149300

Please sign in to comment.