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
  • Loading branch information
cognifloyd authored Mar 7, 2025
1 parent 0ac89ee commit 6ae354d
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 GHA users that use [pantsbuild/actions/init-pants] (https://github.com/pantsbuild/actions/tree/main/init-pants) with `setup-python-for-plugins=true`, you 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 6ae354d

Please sign in to comment.