We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3632a6 commit 760c3edCopy full SHA for 760c3ed
README.md
@@ -41,7 +41,7 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
41
42
|Appium Python Client| Selenium binding| Python version |
43
|----|----|----|
44
-|`3.0.0` - `4.2.0` |`4.12.0` - `4.25.0` | 3.8+ |
+|`3.0.0` - `4.2.1` |`4.12.0` - `4.25.0` | 3.8+ |
45
|`2.10.0` - `2.11.1` |`4.1.0` - `4.11.2` | 3.7+ |
46
|`2.2.0` - `2.9.0` |`4.1.0` - `4.9.0` | 3.7+ |
47
|`2.0.0` - `2.1.4` |`4.0.0` | 3.7+ |
setup.py
@@ -49,5 +49,5 @@
49
'Topic :: Software Development :: Quality Assurance',
50
'Topic :: Software Development :: Testing',
51
],
52
- install_requires=['selenium ~= 4.12'],
+ install_requires=['selenium ~= 4.12, < 4.26'],
53
)
0 commit comments