Hi everyone! New to Pants and have a quick questio...
# general
m
Hi everyone! New to Pants and have a quick question. I have a third party python repo I'm importing, but I noticed when pants builds the wheel for the package (I'm running
pants export
to generate a venv) it's using setuptools v68.0.0 and I need it to be running at least setuptools v69.0.0 since that's where support for pyi files was added. Does anyone know where I can specify the version used by the build chain?