Skip to content

Commit

Permalink
removing the python 3.8 actions which hang
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Jun 25, 2024
1 parent 752957e commit d071808
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10"]
exclude:
- os: "ubuntu-latest"
python-version: "3.8"
- os: "macos-latest"
python-version: "3.8"

steps:
- name: Checkout source
Expand Down

0 comments on commit d071808

Please sign in to comment.