The dev version of nwbinspector has started requiring Python 3.10 or above, as can be seen in its pyproject.toml file and out failing test:
Let's drop our support for Python 3.10 to be in step with dependencies such as nwbinspector.
Possible steps involved.
- Update the Python requirement in
pyproject.toml
- Remove used of Python 3.9 in test environments.