Skip to content

Commit

Permalink
update tests to use python>=3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Apr 5, 2024
1 parent 41ff4f2 commit 52f635d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
include:
- name-suffix: "wheel-h5py_3.0.0"
os: ubuntu-latest
python-version: '3.7'
python-version: '3.8'
OLDEST_DEPENDENCIES: 'h5py==3.0.0'

- name-suffix: "sdist-h5py_3.6.0"
Expand All @@ -41,7 +41,7 @@ jobs:

- name-suffix: "wheel-h5py_3.0.0"
os: macos-latest
python-version: '3.7.16'
python-version: '3.8'
OLDEST_DEPENDENCIES: 'h5py==3.0.0'
env:
MACOSX_DEPLOYMENT_TARGET: 10.15
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.12']
python-version: ['3.8', '3.12']
include:
- python-version: '3.7'
- python-version: '3.8'
OLDEST_DEPENDENCIES: 'h5py==3.0.0'
- python-version: '3.12'
OLDEST_DEPENDENCIES: 'h5py==3.10.0'
Expand Down

0 comments on commit 52f635d

Please sign in to comment.