Closed antirotor closed 1 month ago
pip 24.1 dropped support for Python 3.7. This PR is freezing pip to 24.0.
Pip is used when installing/querying packages like if pyside2/6 is installed.
Re-create situation, where Python 3.7 based host tries to install pyside in their pre-launch hooks.
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.