ci: python 3.11 added to pytest workflow, minimal version of h5py bumped

to 3.8
This commit is contained in:
Fabian Joswig 2023-01-23 10:42:26 +00:00
parent 7682e29146
commit 033d8e9ac4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
include:
- os: macos-latest
python-version: 3.9