Skip to content

Commit

Permalink
2.25.x: add note about updating pantsbuild/actions/init-pants for py3…
Browse files Browse the repository at this point in the history
….11 support (#22054)

v10 of the action is required

---------

Co-authored-by: Tom Dyas <[email protected]>
  • Loading branch information
2 people authored and WorkerPants committed Mar 7, 2025
1 parent 046a220 commit e609791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/notes/2.25.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ The version of Python used by Pants itself has been updated to [3.11](https://do

Note: Pants uses its own separately-installed Python installation to run itself. This installation is managed by the Pants Launcher Binary. The Pants choice of Python 3.11 for its own code does not limit the versions of Python that you can use to test and build your own code.

For GitHub Actions users that use the [pantsbuild/actions/init-pants](https://github.com/pantsbuild/actions/tree/main/init-pants) action with `setup-python-for-plugins=true`, you will need to update your GHA workflows to use [v10](https://github.com/pantsbuild/actions/releases/tag/v10) or newer to get the correct version of Python.

### Backends

#### Docker
Expand Down

0 comments on commit e609791

Please sign in to comment.