File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 2525 strategy :
2626 matrix :
2727 python :
28- - ' 3.8 '
28+ - ' 3.13 '
2929 arch :
3030 - ' x64'
3131 steps :
4040 run : pip install -r tests/requirements.txt
4141 - name : Run black
4242 run : python -m black --check .
43- - name : Run flake8
44- run : python -m flake8
Original file line number Diff line number Diff line change 2020 - name : Set up Python
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : ' 3.8 '
23+ python-version : ' 3.13 '
2424 - name : Install MkDocs
2525 run : pip install -r docs/requirements.txt
2626 - name : Run MkDocs
Original file line number Diff line number Diff line change 1- mccabe == 0.6.1 ; python_version == '3.3'
2- pycodestyle == 2.3.1 ; python_version == '3.3'
3- pyflakes == 1.6.0 ; python_version == '3.3'
4- flake8 == 3.5.0 ; python_version == '3.3'
5- mccabe == 0.6.1 ; python_version >= '3.8'
6- pycodestyle == 2.8.0 ; python_version >= '3.8'
7- pyflakes == 2.4.0 ; python_version >= '3.8'
8- flake8 == 4.0.1 ; python_version >= '3.8'
9- click == 8.0.2 ; python_version >= '3.8'
101black == 25.1.0 ; python_version >= '3.8'
You can’t perform that action at this time.
0 commit comments