Looks like 2.25.0.dev0 isn't functional (gotta wor...
# development
b
Looks like 2.25.0.dev0 isn't functional (gotta work through some more Python 3.11 fiddle): https://github.com/pantsbuild/pants/issues/21678 ... I might have time later today to look, or maybe not
w
I admittedly still don't really understand scie-pants that well, but do we use the
tools
part in the bootstrapping process? If so, shoudl the tools.lock need to be updated? https://github.com/pantsbuild/scie-pants/blob/d50bd33fd67e944384c9548811a66c1cb03113a5/tools/lock.json#L219C1-L221C5
b
oh,yeah, good catch, that might be it
p
I just searched for 3.10 in the pants codebase, and found something, but it wouldn't cause the issue you found. https://github.com/pantsbuild/pants/blob/main/src/python/pants/testutil/python_rule_runner.py#L25
w
I saw one in helm as well, but that isnt activated by default
👍 1
b
Fix at https://github.com/pantsbuild/scie-pants/pull/426, it was indeed that lockfile
🎉 1