Skip to content

Commit

Permalink
Update coverage github action to use py311
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed Feb 16, 2024
1 parent 9009b5a commit 71e7fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.10']
python-version: ['3.11']

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ deps =
-r requirements-dev.txt
parallel_show_output = true
envlist =
py38
py39
py310
py311

[testenv]
allowlist_externals =
Expand Down

0 comments on commit 71e7fe0

Please sign in to comment.