Closed abkfenris closed 1 year 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.
It is missing a mypy dependency on py3.11 micromamba is failing to fail in the env creation.
Now its succeeding to fail on env creation.
xref.: We need https://github.com/python/mypy/issues/12840 and https://github.com/mypyc/mypyc/issues/955 first.
mypy is available but now iris is the blocker.
Starts testing against Python 3.11 and adds a classifier for it.