Skip to content

Commit

Permalink
Updated the github actions checkout and setup-python to newer version…
Browse files Browse the repository at this point in the history
…s and removed the no longer supported python versions.
  • Loading branch information
frejanordsiek committed Mar 15, 2024
1 parent 9c8019c commit 77b2356
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
- '3.1'
- '3.2'
include:
- python-version: '2.7'
h5py-version: '2.6'
- python-version: '2.7'
h5py-version: '2.10'
- python-version: '3.0'
h5py-version: '2.3'
- python-version: '3.5'
h5py-version: '2.6'
- python-version: '3.5'
Expand All @@ -44,9 +38,9 @@ jobs:
- python-version: '3.11'
h5py-version: '3.10'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install System Dependencies
Expand Down

0 comments on commit 77b2356

Please sign in to comment.