pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.52k stars 258 forks source link

Add support for Pip 23.3.1. #2276

Closed jsirois closed 10 months ago

jsirois commented 10 months ago

This required updating the locker parsing to account for differences in 23.3.x log output.

Although 23.3 has significant changes from 23.2.x, I was away during its release and no one clamored for it; so I'm just moving ahead to the small 23.3.1 update. The changelogs are here: