We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ba96e4 + 6e622e1 commit f8529d8Copy full SHA for f8529d8
1 file changed
setup.py
@@ -73,7 +73,7 @@ def readfile(name):
73
74
# Selenium 4.0 does not work on Python 3.6.
75
if PY37MIN:
76
- functional_testing_extras.extend(["selenium >= 4.0a, < 4.0.0.b1"])
+ functional_testing_extras.extend(["selenium >= 4.0.0.b4"])
77
else:
78
functional_testing_extras.extend(["selenium >= 3.0, < 4.0"])
79
0 commit comments