You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guests/python/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ just build-release
14
14
```
15
15
16
16
## Python Version
17
-
We currently bundle [Python 3.14.0], [build for WASI](https://docs.python.org/3/library/intro.html#webassembly-platforms).
17
+
We currently bundle [Python 3.14.1], [build for WASI](https://docs.python.org/3/library/intro.html#webassembly-platforms).
18
18
19
19
## Custom CPython Configuration
20
20
You can configure the build to use a custom CPython source by setting the following environment variables:
@@ -31,7 +31,7 @@ You can configure the build to use a custom CPython source by setting the follow
31
31
`libpython3.14.a`, `libmpdec.a`, etc.) needed for static linking. Will override
32
32
`PYTHON_SDK_BASE_URL` if set.
33
33
34
-
If these environment variables are not set, the build will use the default URLs pointing to the official [CPython WASI build releases](https://github.com/brettcannon/cpython-wasi-build/releases).
34
+
If these environment variables are not set, the build will use the default URLs pointing to Influx's [CPython WASI build releases](https://github.com/influxdata/cpython-wasi-build/releases).
35
35
36
36
Example usage:
37
37
```console
@@ -267,7 +267,7 @@ There is NO other I/O available that escapes the sandbox.
0 commit comments