Skip to content

fix: Make sure dependency pins are working with pip install

Georg Krause requested to merge restore-py3.7-support into stable

For some reason I don't understand yet the current syntax installs importlib-metadata in version 6.6.0, which doesn't have support for python 3.7 anymore when running pip install -e ..

Merge request reports