Skip to content

Commit 25e0c0a

Browse files
committed
update example to use 3.9.24 and drop 3.9.19
1 parent d4e300a commit 25e0c0a

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

examples/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lock(
2626
"--universal",
2727
"--python-version=3.9",
2828
],
29-
python_version = "3.9.19",
29+
python_version = "3.9.24",
3030
)
3131

3232
lock(

examples/bzlmod/MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ python.override(
5555
# require versions not listed here.
5656
# available_python_versions = [
5757
# "3.10.9",
58-
# "3.9.18",
5958
# "3.9.19",
6059
# # The following is used by the `other_module` and we need to include it here
6160
# # as well.
@@ -65,7 +64,7 @@ python.override(
6564
# instead of rules_python's defaulting to the latest available version,
6665
# controls what full version is used when `3.x` is requested.
6766
minor_mapping = {
68-
"3.9": "3.9.19",
67+
"3.9": "3.9.24",
6968
},
7069
)
7170

python/versions.bzl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,6 @@ TOOL_VERSIONS = {
6565
},
6666
"strip_prefix": "python",
6767
},
68-
"3.9.19": {
69-
"url": "20240726/cpython-{python_version}+20240726-{platform}-{build}.tar.gz",
70-
"sha256": {
71-
"aarch64-apple-darwin": "0e5a7aae57c53d7a849bc7f67764a947b626e3fe8d4d41a8eed11d9e4be0b1c6",
72-
"aarch64-unknown-linux-gnu": "05ec896db9a9d4fe8004b4e4b6a6fdc588a015fedbddb475490885b0d9c7d9b3",
73-
"ppc64le-unknown-linux-gnu": "bfff0e3d536b2f0c315e85926cc317b7b756701b6de781a8972cefbdbc991ca2",
74-
"s390x-unknown-linux-gnu": "059ec97080b205ea5f1ddf71c18e22b691e8d68192bd37d13ad8f4359915299d",
75-
"x86_64-apple-darwin": "f2ae9fcac044a329739b8c1676245e8cb6b3094416220e71823d2673bdea0bdb",
76-
"x86_64-pc-windows-msvc": "a8df6a00140055c9accb0be632e7add951d587bbe3d63c40827bbd5145d8f557",
77-
"x86_64-unknown-linux-gnu": "cbf94cb1c9d4b5501d9b3652f6e8400c2cab7c41dfea48d344d9e7f29692b91b",
78-
},
79-
"strip_prefix": "python",
80-
},
8168
"3.9.20": {
8269
"url": "20241016/cpython-{python_version}+20241016-{platform}-{build}.tar.gz",
8370
"sha256": {

0 commit comments

Comments
 (0)