Skip to content

Commit

Permalink
Removed Python 3.7 from checks because of problems with HDF5 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuntz committed Jul 31, 2022
1 parent 8b4b5da commit 8eecd3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: '3.10'

- name: Install dependencies
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8eecd3c

Please sign in to comment.