fierce-truck-19259
09/09/2024, 6:10 PM[python].intepreter_constraints
does it require a python version for pants-commands themselves, i.e. for the pantsd or cli? We ran into it when having lockfiles being generated out-of-order on a box with a python version < 3.7 due to what we think is just python version handling dict ordering differently. However we have provided python version constraints >= 3.7, but they seem to be only asserted for pants fmt
, not pants check, test or generate-lockfiles
. Am I missing some global constraint option?fast-nail-55400
09/09/2024, 6:13 PMfierce-truck-19259
09/09/2024, 6:14 PMasdf
, nix
etc. So I was mostly curious if pants enforces the constraint or if we should enforce it on top as wellfast-nail-55400
09/09/2024, 6:17 PM[python].intepreter_constraints
.fierce-truck-19259
09/09/2024, 6:18 PM