We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39ff67 commit a90dd54Copy full SHA for a90dd54
docs/api/rules_python/python/config_settings/index.md
@@ -149,6 +149,16 @@ Values:
149
:::
150
::::
151
152
+::::{bzl:flag} py_freethreaded
153
+Set whether to use an interpreter with the experimental freethreaded option set to true.
154
+
155
+Values:
156
+* `no`: Use regular Python toolchains, default.
157
+* `yes`: Use the experimental Python toolchain with freethreaded compile option enabled.
158
+:::{versionadded} 0.38.0
159
+:::
160
+::::
161
162
::::{bzl:flag} pip_whl
163
Set what distributions are used in the `pip` integration.
164
0 commit comments