diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 7bcfe3d3..2f9a5f33 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -64,7 +64,7 @@ jobs: nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log & - name: Set up Python 3.12 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: 3.12 diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index c8123838..02d9c472 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install tox diff --git a/Pipfile b/Pipfile index 31f90bb3..6535a758 100644 --- a/Pipfile +++ b/Pipfile @@ -15,5 +15,5 @@ tox = "~=4.23" types-python-dateutil = "~=2.9" [packages] -selenium = "==4.27.1" +selenium = "==4.28.0" typing-extensions = "~=4.12.2" diff --git a/README.md b/README.md index 24ad09d5..b61cea72 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz). |Appium Python Client| Selenium binding| Python version | |----|----|----| +|`4.3.0`+ |`4.28.0`+ | 3.9+ | |`4.3.0`+ |`4.26.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+ |