Skip to content

Commit

Permalink
updating to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Aug 16, 2024
1 parent 3c85df6 commit 1031955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1031955

Please sign in to comment.