Skip to content

Commit

Permalink
test github action revision
Browse files Browse the repository at this point in the history
Signed-off-by: Chris PeBenito <[email protected]>
  • Loading branch information
pebenito committed Oct 16, 2023
1 parent 0c4a348 commit b1ddb97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:

matrix:
build-opts:
- {python: '3.10', tox: python3.10}
- {python: '3.11', tox: python3.11}
- {python: '3.10', tox: py3.10}
- {python: '3.11', tox: py3.11}
- {python: '3.12', tox: py3.12}
- {python: '3.10', tox: pep8}
- {python: '3.10', tox: lint}
- {python: '3.10', tox: mypy}
Expand Down

0 comments on commit b1ddb97

Please sign in to comment.