diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 0b5d5d52..8c7e4644 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -8,7 +8,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] env: OS: ${{ matrix.os }} - PYTHON: '3.7' + PYTHON: '3.8' steps: - uses: actions/checkout@v3 name: Download with submodules @@ -17,7 +17,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v3 with: - python-version: "3.7" + python-version: "3.8" - name: Install dependencies run: | python -m pip install --upgrade pip