File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 black-format-check :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v2
7+ - uses : actions/checkout@v3
88 - uses : psf/black@stable
99 with :
1010 options : " --diff --check"
Original file line number Diff line number Diff line change 2121
2222 - uses : tlylt/install-graphviz@v1
2323
24- - uses : actions/setup-python@v4
24+ - uses : actions/setup-python@v5
2525 with :
26- python-version : ' 3.11 '
26+ python-version : ' 3.12 '
2727
2828 - name : Install pandoc
2929 run : sudo apt-get install pandoc
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v3
1919
20- - uses : actions/setup-python@v4
20+ - uses : actions/setup-python@v5
2121 with :
22- python-version : ' 3.11 '
22+ python-version : ' 3.12 '
2323
2424 - name : build wheel
2525 run : python -m pip wheel .
Original file line number Diff line number Diff line change 55 strategy :
66 matrix :
77 Python311-Linux :
8- python.version : ' 3.11 '
8+ python.version : ' 3.12 '
99 maxParallel : 3
1010
1111 steps :
You can’t perform that action at this time.
0 commit comments