Skip to content

Commit

Permalink
skip workflow on Python 3.7 as hatch fails to install
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Sep 19, 2024
1 parent 5218e0f commit 7054a4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
python-version: ["3.7", "3.8", "3.9", "3.10"]
exclude:
- os: ubuntu-22.04
python-version: "3.7"
- os: macos-12
python-version: "3.7"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7054a4c

Please sign in to comment.