Skip to content

Commit 7c6c627

Browse files
authored
Drop 3.7 from ci (#587)
* 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.
1 parent 1f88b67 commit 7c6c627

File tree

3 files changed

+528
-513
lines changed

3 files changed

+528
-513
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [Ubuntu, MacOS, Windows]
19-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
19+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2020
steps:
2121
- uses: actions/checkout@v4
2222

0 commit comments

Comments
 (0)