quaint-telephone-89068
02/28/2023, 8:35 PMinterpreter_constraints = [">=3.10.*"] is open-ended, which means Pants is trying to generate a lockfile compatible with 3.10, 3.11 and the 3.12 alphas. I recommend locking down to ==3.10.* and seeing if that helps.
pantsbuild/pants