Skip to content

Commit

Permalink
lint and format against 3.11 also
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Apr 18, 2024
1 parent 8537843 commit b625334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11"]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11"]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b625334

Please sign in to comment.