Skip to content

Commit

Permalink
CI black: update to Python 3.13 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz authored Jan 20, 2025
1 parent 2376324 commit cdc5ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.13
cache: 'pip'
cache-dependency-path: '.github/workflows/black.yml'
- run: pip install black==22.3.0
Expand Down

0 comments on commit cdc5ebf

Please sign in to comment.