diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9296a62a3304..4d5dc2de3553 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, ubuntu-latest] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 706b592a5bc7..44a518661c5e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "numpy>=1.21.5", "appdirs>=1.4.0", "pandas>=1.1.5", - "h5py>=3.7.0", + "h5py>=3.8.0", ]