Looks like the hosted Github Actions runners no lo...
# development
h
Looks like the hosted Github Actions runners no longer have Python 2.7 (https://github.com/actions/runner-images/issues/7401) and the setup-python action will no longer support installing it (https://github.com/actions/setup-python/issues/672)
We have tests that are skipped if 2.7 isn't present, and I guess they are being skipped now...
e
I don't believe them. The python versions are Releases: https://github.com/actions/python-versions/releases If they start deleting binary Releases - even if they're their own - that seems worthy of fleeing to GitLab.
@happy-kitchen-89482 that said, I've encouraged Pants in the past to stick its neck out and say it doesn't support Python <= X on its own terms aside from Pex, etc.
h
Yes, earlier versions of setup-python will continue to support installing 2.7, but then we can't roll that action forward to supporting 3.12 or whatever.
We can always figure out some other way of installing it, but the crucial point is that we have tests right now that are (presumably) silently not running
And we're not gathering any data about this, which I will fix asap
e
Yeah, I still don't believe them. Going the extra mile to not download and unpack a tarball that's present along with every other version of Python
python-versions
has released is weird.
b
I also don't believe we're silently skipping tests 🙂 https://github.com/pantsbuild/pants/issues/15010
âž• 1