Skip to content

Commit

Permalink
run lint on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed May 29, 2024
1 parent a50bd14 commit eff338f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.11']
python-version: ['3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.11']
python-version: ['3.11', '3.12']
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit eff338f

Please sign in to comment.