ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
34 stars 14 forks source link

🧊 freeze pip to version still supporting python 3.7 #175

Closed antirotor closed 1 month ago

antirotor commented 1 month ago

Changelog Description

pip 24.1 dropped support for Python 3.7. This PR is freezing pip to 24.0.

Additional info

Pip is used when installing/querying packages like if pyside2/6 is installed.

Testing notes:

Re-create situation, where Python 3.7 based host tries to install pyside in their pre-launch hooks.