Skip to content

Commit

Permalink
Drop support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Nov 25, 2024
1 parent 55c5d1a commit 48c8ed0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: ["3.10", "3.11", "3.12" ]
os: [ ubuntu-latest ]
include:
- python-version: "3.12"
Expand All @@ -28,10 +28,6 @@ jobs:
with:
fetch-depth: 0

- name: Install HDF5 source files
if: runner.os == 'macOS'
run: brew install hdf5

- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 48c8ed0

Please sign in to comment.