Skip to content

Commit

Permalink
Remove Python 3.8 and 3.9 from MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Apr 25, 2024
1 parent 2d841ce commit d10bd54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
exclude:
# MacOS Arm supports Python 3.10+
- os: MacOS
python: "3.8"
- os: MacOS
python: "3.9"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d10bd54

Please sign in to comment.