Skip to content

Commit

Permalink
doc: freethreaded support changelog (#2497)
Browse files Browse the repository at this point in the history
Support is implemented, just documenting this is left.

Fixes #2386
  • Loading branch information
aignas authored Dec 11, 2024
1 parent a7b7126 commit 622989e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ Unreleased changes template.
automatically includes corresponding stub packages for third-party libraries
that are present and used (e.g., `boto3``boto3-stubs`), improving
type-checking support.
* (pypi) Freethreaded packages are now fully supported in the
{obj}`experimental_index_url` usage or the regular `pip.parse` usage.
To select the free-threaded interpreter in the repo phase, please use
the documented [env](/environment-variables.html) variables.
Fixes [#2386](https://github.com/bazelbuild/rules_python/issues/2386).

{#v0-0-0-removed}
### Removed
Expand Down

0 comments on commit 622989e

Please sign in to comment.