Update to the init-pants github action so it works...
# development
h
Update to the init-pants github action so it works with the new scie-pants installation method: https://github.com/pantsbuild/actions/pull/16
@proud-dentist-22844 I can't assign you as a reviewer, but can you take a look?
đź‘€ 1
p
reviewed
re-posting this comment here to make sure it doesn’t get lost in the resolved comment thread on github:
Is there a way to query scie-pants for the interpreter version, so that we [the action] can optionally make that same version available separately (esp for in-repo plugins)?
e
No, but you could add that support or file an issue to track it. That said, it's CPython 3.8 for Pants < 2.5.0 and 3.9 for all other versions. At some point in the medium term this will switch to 3.11, but that point will be demarcated by some future Pants version. But that is only after Pants changes it's release process from PyPI to scie / PEX. So it's safe to assume 3.9 for a good while.