Skip to content

Commit 9602fd3

Browse files
author
Benjamin Moody
committed
run-tests.yml: drop python 3.7 from matrix.
Currently, Python 3.7 in GitHub Actions (on macos-latest) appears to be broken ("No module named '_bz2'"). Moreover, this version has now reached its end of life. Remove it from the test matrix.
1 parent 870d792 commit 9602fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [windows-latest, ubuntu-latest, macos-latest]
20-
python-version: ["3.7", "3.8", "3.9", "3.10"]
20+
python-version: ["3.8", "3.9", "3.10"]
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)