Skip to content

Commit

Permalink
Since python < 3.10 seems to be fixed for macos now (actions/setup-py…
Browse files Browse the repository at this point in the history
…thon#808), no longer exclude python 3.8 & 3.9.
  • Loading branch information
johndoknjas committed May 10, 2024
1 parent 77ab29f commit e0469fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"

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

0 comments on commit e0469fa

Please sign in to comment.