1
+ diff --git a/python/repositories.bzl b/python/repositories.bzl
2
+ index d58feef..4ce550d 100644
3
+ --- a/python/repositories.bzl
4
+ +++ b/python/repositories.bzl
5
+ @@ -64,7 +64,10 @@ def py_repositories():
6
+ )
7
+ http_archive(
8
+ name = "rules_cc",
9
+ - urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz"],
10
+ + urls = [
11
+ + "https://mirror.bazel.build/github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz",
12
+ + "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz"
13
+ + ],
14
+ sha256 = "2037875b9a4456dce4a79d112a8ae885bbc4aad968e6587dca6e64f3a0900cdf",
15
+ strip_prefix = "rules_cc-0.0.9",
16
+ )
1
17
diff --git a/python/versions.bzl b/python/versions.bzl
2
- index fd385cd1..eb4133f1 100644
18
+ index fd385cd..9a52e80 100644
3
19
--- a/python/versions.bzl
4
20
+++ b/python/versions.bzl
21
+ @@ -20,7 +20,7 @@ MACOS_NAME = "mac os"
22
+ LINUX_NAME = "linux"
23
+ WINDOWS_NAME = "windows"
24
+
25
+ - DEFAULT_RELEASE_BASE_URL = "https://github.com/indygreg/python-build-standalone/releases/download"
26
+ + DEFAULT_RELEASE_BASE_URL = "https://mirror.bazel.build/github.com/indygreg/python-build-standalone/releases/download"
27
+
28
+ # When updating the versions and releases, run the following command to get
29
+ # the hashes:
5
30
@@ -484,6 +484,19 @@ TOOL_VERSIONS = {
6
31
},
7
32
"strip_prefix": "python",
@@ -20,13 +45,13 @@ index fd385cd1..eb4133f1 100644
20
45
+ "strip_prefix": "python",
21
46
+ },
22
47
}
23
-
48
+
24
49
# buildifier: disable=unsorted-dict-items
25
50
@@ -493,6 +506,7 @@ MINOR_MAPPING = {
26
51
"3.10": "3.10.14",
27
52
"3.11": "3.11.9",
28
53
"3.12": "3.12.3",
29
54
+ "3.13": "3.13.0",
30
55
}
31
-
56
+
32
57
PLATFORMS = {
0 commit comments