Skip to content

Commit 4ce44c6

Browse files
committed
update python_requires in pypi metadata for wheel, closes #11387
1 parent 8467a8c commit 4ce44c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ py_wheel(
211211
distribution = "selenium",
212212
homepage = "https://www.selenium.dev",
213213
license = "Apache 2.0",
214-
python_requires = "~=3.7",
214+
python_requires = ">=3.7",
215215
python_tag = "py3",
216216
requires = [
217217
"urllib3[socks]~=1.26",

0 commit comments

Comments
 (0)