Just found that Github Action's `ubuntu-latest` go...
# general
r
Just found that Github Action's
ubuntu-latest
got updated and now the default base image only provides Python 3.10.6... I think it's time to make Python 3.10 wheels for Pants! 😉
âž• 1
e
Wait a second, don't you pin Python down to the patch version in your repos! What's up with using
-latest
!!
😇 1
r
haha
i just added Python 3.9 explicitly for now;;