diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c19d80e..a386159 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] name: ${{ matrix.os }}-Python-${{ matrix.python-version }} steps: - uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Install appium and adb if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'