Skip to content

Use Python 3.9 in environment.yaml

Aidan Richard Wiederhold requested to merge aiwieder/environment into master

The environment yaml was set to install Python 3.8 but the pre-commit yaml specified a dependency on Python 3.9 so I have updated the environment yaml to install Python 3.9 since I would assume the most recent Python is preferred. Unless there is some reliance on the older ones I'm not aware of?

Merge request reports