We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4590c24 commit 824e771Copy full SHA for 824e771
.github/workflows/pythonpackage.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- python-version: [ "3.10", "3.11", "3.12" ]
+ python-version: [ "3.11", "3.12", "3.13" ]
19
20
steps:
21
- uses: actions/checkout@v4
@@ -35,4 +35,4 @@ jobs:
35
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- name: Black Code Formatter
38
- uses: jpetrucciani/black-check@23.3.0
+ uses: jpetrucciani/black-check@25.1.0
0 commit comments