<#20852 Built-in lockfiles won't work with Python ...
# github-notifications
c
#20852 Built-in lockfiles won't work with Python 3.13, due to pip version Issue created by huonw Describe the bug Similar to #20354, our builtin lockfiles at the time of writing may not work with Python 3.13. They use
pip_version: "24.0"
, which doesn't work with python 3.13 due to pypa/pip#12462. Once there's a pip version with that fix, and a PEX version with that pip version, we should upgrade and regenerate the lockfiles to be ready for Python 3.13 promptly. Pants version #20851 OS N/A Additional info #20851 pantsbuild/pants