Skip to content

Commit 44b9d12

Browse files
VietND96sandeepsuryaprasad
authored andcommitted
[py] Fix installing most of the data from source distributions (SeleniumHQ#15145)
1 parent 2f1c791 commit 44b9d12

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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

py/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ exclude = ["test*"]
4343
namespaces = true
4444
# include-package-data is `true` by default in pyproject.toml
4545

46-
[[tool.setuptools-rust.ext-modules]]
47-
target = "selenium.webdriver.common.selenium-manager"
48-
4946
[[tool.setuptools-rust.bins]]
5047
target = "selenium.webdriver.common.selenium-manager"
5148

0 commit comments

Comments
 (0)