Skip to content

Commit

Permalink
Drop python 3.7 support on macOS
Browse files Browse the repository at this point in the history
macos-latest is currently an alias for macOS 14 Arm64, and python 3.7 is
already EOL, so drop it on macOS.

[1] actions/runner-images#9741
[2] https://github.com/actions/runner-images#available-images
  • Loading branch information
GalaxySnail committed Sep 5, 2024
1 parent d51b95c commit 7772da4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
- os: ubuntu-20.04
container: python:2.7-buster
python-version: "2.7"
exclude:
- os: macos-latest
python-version: "3.7"
- os: macos-latest
python-version: "pypy-3.7"

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

0 comments on commit 7772da4

Please sign in to comment.