@@ -18,7 +18,7 @@ py_library(
1818py_binary (
1919 name = "determine_microcheck_tests" ,
2020 srcs = ["determine_microcheck_tests.py" ],
21- exec_compatible_with = ["//bazel:py310 " ],
21+ exec_compatible_with = ["//bazel:py3 " ],
2222 deps = [
2323 ci_require ("click" ),
2424 ":automation" ,
@@ -28,7 +28,7 @@ py_binary(
2828py_binary (
2929 name = "determine_microcheck_step_ids" ,
3030 srcs = ["determine_microcheck_step_ids.py" ],
31- exec_compatible_with = ["//bazel:py310 " ],
31+ exec_compatible_with = ["//bazel:py3 " ],
3232 deps = [
3333 ci_require ("click" ),
3434 "//ci/ray_ci:ray_ci_lib" ,
@@ -38,7 +38,7 @@ py_binary(
3838py_binary (
3939 name = "test_db_bot" ,
4040 srcs = ["test_db_bot.py" ],
41- exec_compatible_with = ["//bazel:py310 " ],
41+ exec_compatible_with = ["//bazel:py3 " ],
4242 deps = [
4343 ci_require ("click" ),
4444 "//ci/ray_ci:ray_ci_lib" ,
@@ -48,7 +48,7 @@ py_binary(
4848py_binary (
4949 name = "weekly_green_metric" ,
5050 srcs = ["weekly_green_metric.py" ],
51- exec_compatible_with = ["//bazel:py310 " ],
51+ exec_compatible_with = ["//bazel:py3 " ],
5252 deps = [
5353 ci_require ("boto3" ),
5454 ci_require ("click" ),
@@ -59,7 +59,7 @@ py_binary(
5959py_binary (
6060 name = "filter_tests" ,
6161 srcs = ["filter_tests.py" ],
62- exec_compatible_with = ["//bazel:py310 " ],
62+ exec_compatible_with = ["//bazel:py3 " ],
6363 deps = [
6464 ci_require ("click" ),
6565 "//ci/ray_ci:ray_ci_lib" ,
@@ -78,7 +78,7 @@ py_test(
7878 name = "test_update_version_lib" ,
7979 size = "small" ,
8080 srcs = ["test_update_version_lib.py" ],
81- exec_compatible_with = ["//bazel:py310 " ],
81+ exec_compatible_with = ["//bazel:py3 " ],
8282 tags = [
8383 "ci_unit" ,
8484 "team:ci" ,
@@ -92,7 +92,7 @@ py_test(
9292py_binary (
9393 name = "update_version" ,
9494 srcs = ["update_version.py" ],
95- exec_compatible_with = ["//bazel:py310 " ],
95+ exec_compatible_with = ["//bazel:py3 " ],
9696 deps = [
9797 ci_require ("click" ),
9898 ":update_version_lib" ,
@@ -121,7 +121,7 @@ py_test(
121121 data = [
122122 "@registry_x86_64//:file" ,
123123 ],
124- exec_compatible_with = ["//bazel:py310 " ],
124+ exec_compatible_with = ["//bazel:py3 " ],
125125 tags = [
126126 "ci_unit" ,
127127 "team:ci" ,
@@ -145,7 +145,7 @@ py_library(
145145py_test (
146146 name = "test_ray_wheels_lib" ,
147147 srcs = ["test_ray_wheels_lib.py" ],
148- exec_compatible_with = ["//bazel:py310 " ],
148+ exec_compatible_with = ["//bazel:py3 " ],
149149 tags = [
150150 "ci_unit" ,
151151 "team:ci" ,
@@ -169,7 +169,7 @@ py_library(
169169py_test (
170170 name = "test_pypi_lib" ,
171171 srcs = ["test_pypi_lib.py" ],
172- exec_compatible_with = ["//bazel:py310 " ],
172+ exec_compatible_with = ["//bazel:py3 " ],
173173 tags = [
174174 "ci_unit" ,
175175 "team:ci" ,
@@ -183,7 +183,7 @@ py_test(
183183py_binary (
184184 name = "upload_wheels_pypi" ,
185185 srcs = ["upload_wheels_pypi.py" ],
186- exec_compatible_with = ["//bazel:py310 " ],
186+ exec_compatible_with = ["//bazel:py3 " ],
187187 deps = [
188188 ":pypi_lib" ,
189189 ":ray_wheels_lib" ,
@@ -194,7 +194,7 @@ py_binary(
194194py_binary (
195195 name = "list_docker_tags" ,
196196 srcs = ["list_docker_tags.py" ],
197- exec_compatible_with = ["//bazel:py310 " ],
197+ exec_compatible_with = ["//bazel:py3 " ],
198198 deps = [
199199 ":docker_tags_lib" ,
200200 ci_require ("click" ),
@@ -204,7 +204,7 @@ py_binary(
204204py_binary (
205205 name = "generate_index" ,
206206 srcs = ["generate_index.py" ],
207- exec_compatible_with = ["//bazel:py310 " ],
207+ exec_compatible_with = ["//bazel:py3 " ],
208208 deps = [
209209 ":docker_tags_lib" ,
210210 ci_require ("click" ),
@@ -214,7 +214,7 @@ py_binary(
214214py_binary (
215215 name = "check_nightly_ray_commit" ,
216216 srcs = ["check_nightly_ray_commit.py" ],
217- exec_compatible_with = ["//bazel:py310 " ],
217+ exec_compatible_with = ["//bazel:py3 " ],
218218 deps = [
219219 ":docker_tags_lib" ,
220220 ci_require ("click" ),
@@ -225,7 +225,7 @@ py_binary(
225225py_test (
226226 name = "test_determine_microcheck_tests" ,
227227 srcs = ["test_determine_microcheck_tests.py" ],
228- exec_compatible_with = ["//bazel:py310 " ],
228+ exec_compatible_with = ["//bazel:py3 " ],
229229 tags = [
230230 "ci_unit" ,
231231 "team:ci" ,
@@ -239,7 +239,7 @@ py_test(
239239py_binary (
240240 name = "get_contributors" ,
241241 srcs = ["get_contributors.py" ],
242- exec_compatible_with = ["//bazel:py310 " ],
242+ exec_compatible_with = ["//bazel:py3 " ],
243243 deps = [
244244 ci_require ("click" ),
245245 ci_require ("pygithub" ),
0 commit comments