Skip to content

Commit 78c7cbf

Browse files
authoredJan 31, 2025··
Remove python 3.7 from CI and use macOS-latest (#268)
1 parent 785bb37 commit 78c7cbf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎.github/workflows/run-unit-tests.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
20-
# TODO: revert macOS-13 back to macOS-latest
21-
# macOS-latest switched architectures and does not have older versions of python available
22-
# https://github.com/actions/setup-python/issues/856
23-
os: [ubuntu-latest, macOS-13, windows-latest ]
19+
python-version: [3.8, 3.9, "3.10", 3.11]
20+
os: [ubuntu-latest, macOS-latest, windows-latest ]
2421

2522
steps:
2623
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.