Skip to content

Commit 94fce6d

Browse files
authored
Merge pull request #454 from influxdata/crepererum/python-3.14.4
chore: Python 3.14.4
2 parents 1e6d240 + c292821 commit 94fce6d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

guests/python/Justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
PYTHON_VERSION_MAJOR := "3"
22
PYTHON_VERSION_MINOR := "14"
3-
PYTHON_VERSION_MICRO := "2"
3+
PYTHON_VERSION_MICRO := "4"
44
PYTHON_BUILD_GENERATION := "2"
55

66
WASI_SDK_VERSION_MAJOR := "24"
77
WASI_SDK_VERSION_MINOR := "0"
88
WASI_SDK_SYS := replace(arch(), "aarch64", "arm64") + "-" + os()
99
WASI_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"
1313
SHA256_WASI_SDK := if WASI_SDK_SYS == "arm64-linux" {
1414
"ae6c1417ea161e54bc54c0a168976af57a0c6e53078857886057a71a0d928646"
1515
} else if WASI_SDK_SYS == "arm64-macos" {

guests/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2020
You 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

0 commit comments

Comments
 (0)