dandi / dandi-cli

DANDI command line client to facilitate common operations
https://dandi.readthedocs.io/
Apache License 2.0
22 stars 27 forks source link

Python 3.8 tests failing #1503

Closed asmacdo closed 1 month ago

asmacdo commented 1 month ago

We are installing nwbinspector from source, and upcoming release 0.6.0 drops support for 3.8.

ERROR: Package 'nwbinspector' requires a different Python: 3.8.18 not in '>=3.9'

yarikoptic commented 1 month ago

Just switch to use 3.9 in that CI run.

asmacdo commented 1 month ago

@yarikoptic that CI run is the python 3.8 run.