Skip to content

Commit

Permalink
🧪Exclude Python 3.7 jobs where it's unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 25, 2024
1 parent 062dd5e commit 546968a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,11 @@ jobs:
- runner-vm-os: ubuntu-latest
python-version: 3.9
toxenv: build-dists
exclude:
- runner-vm-os: macos-14
python-version: 3.7
- runner-vm-os: ubuntu-20.04
python-version: 3.7

continue-on-error: >-
${{
Expand Down

0 comments on commit 546968a

Please sign in to comment.