Skip to content

Commit

Permalink
Changed the github actions to include tests for CPython 3.0, 3.10, an…
Browse files Browse the repository at this point in the history
…d 3.11.
  • Loading branch information
frejanordsiek committed Mar 15, 2024
1 parent 2a0ab1d commit 9c8019c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,16 @@ jobs:
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'
h5py-version: '2.10'
- python-version: '3.10'
h5py-version: '3.3'
- python-version: '3.11'
h5py-version: '3.10'
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 9c8019c

Please sign in to comment.