Loading
Increase pip minimum version in startup script
Pip <19.0 cannot install abi3 wheels, so for example on Python >3.6 it would (try to) build a cryptography wheel, which is not needed since cp36-abi3 wheels are already available on PyPI: https://cryptography.io/en/latest/faq/#why-are-there-no-wheels-for-my-python3-x-version Fix https://github.com/galaxyproject/galaxy/issues/13023 . xref: https://github.com/galaxyproject/planemo/issues/1208#issuecomment-984831111