Skip to content
Snippets Groups Projects
Commit ee45ba3a authored by Rob Moss's avatar Rob Moss
Browse files

Run test activities using Python 3.11

The recent release of h5py 3.8.0 includes wheels for Python 3.11.
parent 059c7e5d
Branches
Tags
No related merge requests found
Pipeline #28479 passed
......@@ -52,9 +52,7 @@ nox-310:
- "*.whl"
# Run all of the test activities using Python 3.11.
# NOTE: this is currently blocked by the absence of h5py wheels.
# See https://github.com/h5py/h5py/issues/2146 for details.
# nox-311:
# image: python:3.11-slim
# script:
# - nox
nox-311:
image: python:3.11-slim
script:
- nox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment