Skip to content

Commit

Permalink
Merge pull request #261 from silx-kit/311
Browse files Browse the repository at this point in the history
[CI] Test h5py 3.8.0
  • Loading branch information
t20100 authored Jan 23, 2023
2 parents 73f74b6 + a5fdc7f commit 2e48108
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ jobs:
H5PY_OLDER_VERSION: 2.10.0
NUMPY_OLDER_VERSION: 1.23.5

- name-suffix: "sdist-h5py_3.6.0"
- name-suffix: "sdist-h5py_3.8.0"
os: ubuntu-latest
python-version: 3.10.8
BUILD_COMMAND: bdist_wheel
H5PY_OLDER_VERSION: 3.6.0
H5PY_OLDER_VERSION: 3.8.0

- name-suffix: "bdist_wheel-h5py_2.10.0"
os: macos-latest
python-version: 3.7
BUILD_COMMAND: bdist_wheel
H5PY_OLDER_VERSION: 2.10.0

- name-suffix: "bdist_wheel-h5py_3.0.0"
- name-suffix: "bdist_wheel-h5py_3.8.0"
os: macos-latest
python-version: 3.10.8
BUILD_COMMAND: bdist_wheel
H5PY_OLDER_VERSION: 3.6.0
H5PY_OLDER_VERSION: 3.8.0

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ environment:
WIN_SDK_ROOT: "C:\\Program Files\\Microsoft SDKs\\Windows"

matrix:
# Python 3.10
- BUILD_PY_PATH: "C:\\Python310-x64;C:\\Python310-x64\\Scripts"
TEST_PY_PATH: "C:\\Python310-x64;C:\\Python310-x64\\Scripts"
# Python 3.11
- BUILD_PY_PATH: "C:\\Python311-x64;C:\\Python311-x64\\Scripts"
TEST_PY_PATH: "C:\\Python311-x64;C:\\Python311-x64\\Scripts"
INSTALL_CMD: "python -m pip install --upgrade --pre"
H5PY_OLDER_VERSION: "3.6.0"
H5PY_OLDER_VERSION: "3.8.0"

# Miniconda37
- BUILD_PY_PATH: "C:\\Python37-x64;C:\\Python37-x64\\Scripts"
Expand Down

0 comments on commit 2e48108

Please sign in to comment.