Skip to content

Commit

Permalink
github: workflows: Run lint with Python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Oct 21, 2024
1 parent 94892a8 commit 096eeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['3.12', '3.11', '3.10', '3.9', '3.8']
version: ['3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
uses: nathanchance/actions-workflows/.github/workflows/python_lint.yml@main
with:
python_version: ${{ matrix.version }}

0 comments on commit 096eeab

Please sign in to comment.