Skip to content

Commit

Permalink
Drop 3.7 from ci (#587)
Browse files Browse the repository at this point in the history
* Drop 3.7 from ci

Currently, CI is broken for 3.7 as github runs its macos images on arm and doesn't provide arm images for 3.7.  As 3.7 is deprecated the best (at least interim) solution would be to drop 3.7 checks entirely.
  • Loading branch information
imcdo authored Jul 19, 2024
1 parent 1f88b67 commit 7c6c627
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 513 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit 7c6c627

Please sign in to comment.