diff --git a/.github/workflows/tox-tests.yml b/.github/workflows/tox-tests.yml index f0384c4a..2cd8967e 100644 --- a/.github/workflows/tox-tests.yml +++ b/.github/workflows/tox-tests.yml @@ -95,14 +95,14 @@ jobs: - name: Set up python for coverage test uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: 3.11 - name: Install base dependencies run: | python -m pip install --upgrade pip python -m pip install tox - name: Test with tox run: | - tox -e py310-cov -- --remote-data + tox -e py311-cov -- --remote-data # - name: Upload coverage results to codecov # run: | # curl -Os https://uploader.codecov.io/latest/linux/codecov