Skip to content

Commit

Permalink
Only run black on 3.11
Browse files Browse the repository at this point in the history
black no longer supports 3.8
  • Loading branch information
eivindjahren committed Oct 11, 2024
1 parent b586949 commit ac49dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
pytest
- name: Run black
if: ${{ matrix.python-version == '3.11'}}
uses: psf/black@stable

0 comments on commit ac49dd1

Please sign in to comment.