Alternative package installer support
-
Breaking: Remove
--pre
on sources from generatedrequirements-mxdev.txt
.
Usually it is not needed any longer, at least with pip 23.x.
This is a breaking change if you rely on the--pre
option being present in the generated file.
Now the--pre
option should be added topip install
when the generated file is used.
This change enables the use of the generated file with the alternative pip replacementuv
.
[jensens] -
Breaking: Drop official support for Python 3.7 (it is end of life).
[jensens] -
Document
mx.ini
sectionsvcs
setting.
[jensens]