Skip to content

Commit 824e771

Browse files
authored
Update jpetrucciani/black-check
1 parent 4590c24 commit 824e771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [ "3.10", "3.11", "3.12" ]
18+
python-version: [ "3.11", "3.12", "3.13" ]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -35,4 +35,4 @@ jobs:
3535
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Black Code Formatter
38-
uses: jpetrucciani/black-check@23.3.0
38+
uses: jpetrucciani/black-check@25.1.0

0 commit comments

Comments
 (0)