Skip to content

Commit

Permalink
removed python 3.6 test as no compatible numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyBrown committed May 13, 2024
1 parent 9d343e0 commit 30055d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ 3.7, 3.8, 3.9, '3.10', 3.11, 3.12 ]
exclude: # Apple Silicon ARM64 does not support Python < v3.8
- python-version: "3.6"
os: macos-latest
- python-version: "3.7"
os: macos-latest
include: # So run those legacy versions on Intel CPUs
- python-version: "3.6"
os: macos-13
- python-version: "3.7"
os: macos-13
fail-fast: false
Expand Down

0 comments on commit 30055d5

Please sign in to comment.