Skip to content

Commit cf0c253

Browse files
Revert "Bump Python version to 3.13.9" (#43655)
Reverts #43558
1 parent fcb5852 commit cf0c253

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

deps/cpython/cpython.MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
http_archive = use_repo_rule("//third_party/bazel/tools/build_defs/repo:http.bzl", "http_archive")
22

3-
PYTHON_VERSION = "3.13.9"
3+
PYTHON_VERSION = "3.13.7"
44

55
http_archive(
66
name = "cpython",
@@ -12,7 +12,7 @@ http_archive(
1212
patches = [
1313
"//deps/cpython:0001-customize-windows-build-script.patch",
1414
],
15-
sha256 = "c4c066af19c98fb7835d473bebd7e23be84f6e9874d47db9e39a68ee5d0ce35c",
15+
sha256 = "6c9d80839cfa20024f34d9a6dd31ae2a9cd97ff5e980e969209746037a5153b2",
1616
strip_prefix = "Python-{}".format(PYTHON_VERSION),
1717
url = "https://python.org/ftp/python/{0}/Python-{0}.tgz".format(PYTHON_VERSION),
1818
)

omnibus/config/software/python3.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name "python3"
22

3-
default_version "3.13.9"
3+
default_version "3.13.7"
44

55
unless windows?
66
dependency "libffi"
@@ -13,7 +13,7 @@
1313
dependency "openssl3"
1414

1515
source :url => "https://python.org/ftp/python/#{version}/Python-#{version}.tgz",
16-
:sha256 => "c4c066af19c98fb7835d473bebd7e23be84f6e9874d47db9e39a68ee5d0ce35c"
16+
:sha256 => "6c9d80839cfa20024f34d9a6dd31ae2a9cd97ff5e980e969209746037a5153b2"
1717

1818
relative_path "Python-#{version}"
1919

releasenotes/notes/Bump-embedded-Python-to-3.13.9-f358fdfe4843e6d3.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/new-e2e/tests/agent-platform/common/agent_behaviour.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const (
223223
ExpectedPythonVersion2 = "2.7.18"
224224
// ExpectedPythonVersion3 is the expected python 3 version
225225
// Bump this version when the version in omnibus/config/software/python3.rb changes
226-
ExpectedPythonVersion3 = "3.13.9"
226+
ExpectedPythonVersion3 = "3.13.7"
227227
// ExpectedUnloadedPython is the status value for uninitialized lazy loaded python runtime
228228
ExpectedUnloadedPython = "unused"
229229
)

0 commit comments

Comments
 (0)