agencyenterprise / ndx-nirs

An NWB extension for storing Near-Infrared Spectroscopy (NIRS) data
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Update python versions and dependency versions hdmf and pynwb #24

Closed dsleiter closed 2 years ago

dsleiter commented 2 years ago

Fixes #23

note: pynwb doesn't explicitly specify supported python versions, and only mentions python versions in the classifications as far as I can tell. The classifications include 3.7, 3.8, and 3.9 but not 3.10. However, since hdmf supports 3.10 and all tests passed using 3.10, it seems reasonable to assume 3.10 works (at least until we get a failure report)