ioos / erddapy

Python interface for ERDDAP
https://ioos.github.io/erddapy/
BSD 3-Clause "New" or "Revised" License
77 stars 30 forks source link

Add Python 3.11 support #276

Closed abkfenris closed 1 year ago

abkfenris commented 2 years ago

Starts testing against Python 3.11 and adds a classifier for it.

abkfenris commented 2 years ago

Hmm, micromamba env setup is failing because it's trying to use a Python 2.7 package. It's not however failing appropriately on that step, which is probably a micromamba issue.

ocefpaf commented 2 years ago

It is missing a mypy dependency on py3.11 micromamba is failing to fail in the env creation.

abkfenris commented 2 years ago

Now its succeeding to fail on env creation.

ocefpaf commented 2 years ago

xref.: We need https://github.com/python/mypy/issues/12840 and https://github.com/mypyc/mypyc/issues/955 first.

ocefpaf commented 1 year ago

mypy is available but now iris is the blocker.