Skip to content

Commit 8eecd3c

Browse files
committed
Removed Python 3.7 from checks because of problems with HDF5 on Windows
1 parent 8b4b5da commit 8eecd3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v2
2828

29-
- name: Set up Python 3.8
29+
- name: Set up Python 3.10
3030
uses: actions/setup-python@v2
3131
with:
32-
python-version: 3.8
32+
python-version: '3.10'
3333

3434
- name: Install dependencies
3535
run: |
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
os: [ubuntu-latest, windows-latest, macos-latest]
4646
# python-version: [3.6, 3.7, 3.8, 3.9]
47-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
47+
python-version: ['3.6', '3.8', '3.9', '3.10']
4848

4949
steps:
5050
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)