From be1e059602c78656eed4ed8391afcaee9703a633 Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:12:33 +0900 Subject: [PATCH] doc: freethreaded support changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a2be4edf..bcf9f52324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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