Skip to content

Commit

Permalink
chore: allow selenium binging up to 4.25 (#1055)
Browse files Browse the repository at this point in the history
* chore: allow selenium binging up to 4.25

* use 4.25

* fix syntax
  • Loading branch information
KazuCocoa authored Oct 31, 2024
1 parent f3632a6 commit a22306e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ tox = "~=4.23"
types-python-dateutil = "~=2.9"

[packages]
selenium = "~=4.25"
selenium = "==4.25"
typing-extensions = "~=4.12.2"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).

|Appium Python Client| Selenium binding| Python version |
|----|----|----|
|`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+ |
|`2.10.0` - `2.11.1` |`4.1.0` - `4.11.2` | 3.7+ |
|`2.2.0` - `2.9.0` |`4.1.0` - `4.9.0` | 3.7+ |
|`2.0.0` - `2.1.4` |`4.0.0` | 3.7+ |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',
],
install_requires=['selenium ~= 4.12'],
install_requires=['selenium ~= 4.12, < 4.26'],
)

0 comments on commit a22306e

Please sign in to comment.