Skip to content

Commit eafe5a4

Browse files
committed
drop python3.8 by following selenium
1 parent c1d65aa commit eafe5a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
4141

4242
|Appium Python Client| Selenium binding| Python version |
4343
|----|----|----|
44+
|`4.3.0`+ |`4.28.0`+ | 3.9+ |
4445
|`4.3.0`+ |`4.26.0`+ | 3.8+ |
4546
|`3.0.0` - `4.2.1` |`4.12.0` - `4.25.0` | 3.8+ |
4647
|`2.10.0` - `2.11.1` |`4.1.0` - `4.11.2` | 3.7+ |

0 commit comments

Comments
 (0)