Skip to content

Commit 477760b

Browse files
committed
[py] Fix installing selenium-manager from source distributions
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent d4ba7a5 commit 477760b

File tree

4 files changed

+725
-155
lines changed

4 files changed

+725
-155
lines changed

MODULE.bazel

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ python.toolchain(
116116
python.toolchain(python_version = "3.10")
117117
python.toolchain(python_version = "3.11")
118118
python.toolchain(python_version = "3.12")
119+
python.toolchain(python_version = "3.13")
119120
use_repo(python, "pythons_hub")
120121

121122
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
@@ -131,6 +132,7 @@ pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
131132
"3.10",
132133
"3.11",
133134
"3.12",
135+
"3.13",
134136
]
135137
]
136138

0 commit comments

Comments
 (0)