File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PYTHON_VERSION_MAJOR := " 3"
22PYTHON_VERSION_MINOR := " 14"
3- PYTHON_VERSION_MICRO := " 2 "
3+ PYTHON_VERSION_MICRO := " 4 "
44PYTHON_BUILD_GENERATION := " 2"
55
66WASI_SDK_VERSION_MAJOR := " 24"
77WASI_SDK_VERSION_MINOR := " 0"
88WASI_SDK_SYS := replace (arch (), " aarch64" , " arm64" ) + " -" + os ()
99WASI_SDK_NAME := " wasi-sdk-" + WASI_SDK_VERSION_MAJOR + " ." + WASI_SDK_VERSION_MINOR + " -" + WASI_SDK_SYS
1010
11- SHA256_PYTHON_SDK := " 2e487654ef14a28630e5cbf557acdd715cf10f5d8bb92c7230a08728c84ea903 "
12- SHA256_PYTHON_SDK_BUILD := " a8da1176f3fc1f1dd5536baf396aeba4a6ee19a035e56a91899cdb584d19d69d "
11+ SHA256_PYTHON_SDK := " aca5376a995b3517237ff319f297f783f49b9582b4aa89b1a41e7d094778acf0 "
12+ SHA256_PYTHON_SDK_BUILD := " 3f37a6aef77ae4174b8807919d6a65310e14a86ae892c857cf0b4eca81baa400 "
1313SHA256_WASI_SDK := if WASI_SDK_SYS == " arm64-linux" {
1414 " ae6c1417ea161e54bc54c0a168976af57a0c6e53078857886057a71a0d928646"
1515} else if WASI_SDK_SYS == " arm64-macos" {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ just build-release
1414```
1515
1616## Python Version
17- We currently bundle [ Python 3.14.2 ] , [ build for WASI] ( https://docs.python.org/3/library/intro.html#webassembly-platforms ) .
17+ We currently bundle [ Python 3.14.4 ] , [ build for WASI] ( https://docs.python.org/3/library/intro.html#webassembly-platforms ) .
1818
1919## Custom CPython Configuration
2020You can configure the build to use a custom CPython source by setting the following environment variables:
@@ -267,7 +267,7 @@ There is NO other I/O available that escapes the sandbox.
267267[ `Duration` ] : https://docs.rs/arrow/latest/arrow/datatypes/enum.DataType.html#variant.Duration
268268[ `Microsecond` ] : https://docs.rs/arrow/latest/arrow/datatypes/enum.TimeUnit.html#variant.Microsecond
269269[ `os.environ` ] : https://docs.python.org/3/library/os.html#os.environ
270- [ Python 3.14.2 ] : https://www.python.org/downloads/release/python-3142
270+ [ Python 3.14.4 ] : https://www.python.org/downloads/release/python-3144
271271[ Python Standard Library ] : https://docs.python.org/3/library/index.html
272272[ `requests` ] : https://pypi.org/project/requests/
273273[ Scalar UDF ] : https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.ScalarUDF.html
You can’t perform that action at this time.
0 commit comments