OSOceanAcoustics / echopype

Enabling interoperability and scalability in ocean sonar data analysis
https://echopype.readthedocs.io/
Apache License 2.0
95 stars 73 forks source link

Bump python requirement to python 3.9 and above #1144

Closed lsetiawan closed 1 year ago

lsetiawan commented 1 year ago

Overview

I've found that xarray has pinned to python >=3.9 since February 2023 as reflected in release v2023.02.0. Currently there are failures for Python 3.8 in PR #1124 because it's using xarray version v2023.01.0 with Pandas > 2. So I think it would be good to bump up the python minimum requirement since we are using xarray heavily.

emiliom commented 1 year ago

Makes sense.