For anyone interested, the update to Python 3.14 i...
# development
w
For anyone interested, the update to Python 3.14 is up for review here. I tagged a bunch of people on it and made as many comments as I could. It's not ready for merge until we made some external changes. Lockfiles make up the bulk of the changes, but there are a handful of other items, and the removals list from 3.11 to 3.14 was... vast... Let's never jump 3 versions at a time again: https://github.com/pantsbuild/pants/pull/22816
@proud-dentist-22844 Were you asking for me to update all the lockfiles with default interpreter constraints? Or JUST the 5ish tool files?
p
There are more than 5... I was talking about the lockfiles under
src/python/pants/backend/**
So, skipping everything in
3rdparty/python
.
w
That's what I thought, but in your replies below, you were pointing at 3rdparty, and I got a little confused
So, the subsystem lockfiles
p
Sorry for the confusion. I'm good at ADHD rambling. I try to be concise, but often fail.
I just edited my PR comment to hopefully make it a bit clearer.
w
👍