|
1 | | -From 245f2a37850444d6248357f8091c84c0518a70a8 Mon Sep 17 00:00:00 2001 |
| 1 | +From 6335e13634c670dfb8a545fee50dfecb75f4b3d6 Mon Sep 17 00:00:00 2001 |
2 | 2 | From: Lonnie Liu <lonnie@anyscale.com> |
3 | 3 | Date: Thu, 27 Nov 2025 02:30:45 +0000 |
4 | | -Subject: [PATCH 3/8] fake python 3.9 with python 3.12 |
| 4 | +Subject: [PATCH 3/8] fake python 3.10 with python 3.12 |
5 | 5 |
|
6 | 6 | Signed-off-by: Lonnie Liu <lonnie@anyscale.com> |
| 7 | +Signed-off-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> |
7 | 8 | --- |
8 | 9 | WORKSPACE | 4 +++- |
9 | 10 | 1 file changed, 3 insertions(+), 1 deletion(-) |
10 | 11 |
|
11 | 12 | diff --git a/WORKSPACE b/WORKSPACE |
12 | | -index ad4fe2ec26..a460922935 100644 |
| 13 | +index bf781b5c57..47ecfb835f 100644 |
13 | 14 | --- a/WORKSPACE |
14 | 15 | +++ b/WORKSPACE |
15 | | -@@ -54,8 +54,10 @@ hedron_compile_commands_setup() |
16 | | - load("@rules_python//python:repositories.bzl", "python_register_toolchains") |
| 16 | +@@ -60,8 +60,10 @@ python_register_toolchains( |
| 17 | + ) |
17 | 18 |
|
18 | 19 | python_register_toolchains( |
19 | 20 | + # Lie about the version, so that we do not need to change the code |
20 | 21 | + # of the entire repo. |
21 | | - name = "python3_9", |
22 | | -- python_version = "3.9", |
| 22 | + name = "python3_10", |
| 23 | +- python_version = "3.10", |
23 | 24 | + python_version = "3.12", |
24 | 25 | register_toolchains = False, |
25 | 26 | ) |
|
0 commit comments