File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v4
2121 with :
22- python-version : ' 3.10 '
22+ python-version : ' 3.11 '
2323
2424 - name : Install dependencies
2525 run : |
4242 - name : Set up Python
4343 uses : actions/setup-python@v4
4444 with :
45- python-version : ' 3.10 '
45+ python-version : ' 3.11 '
4646
4747 - name : Install dependencies
4848 run : |
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ pandas>=2.0.3
55sympy == 1.13.3
66unicorn == 2.1.3
77black
8+ pydoclint == 0.6.6
9+ flake8 == 7.2.0
810
9- # Optional dependencies for linting, documentation (only for Python >= 3.10)
10- pydoclint == 0.6.6 ; python_version >= "3.10"
11- flake8 == 7.2.0 ; python_version >= "3.10"
12- sphinx == 8.1.3 ; python_version >= "3.10"
13- sphinx_rtd_theme == 3.0.2 ; python_version >= "3.10"
14- sphinx_autoapi ; python_version >= "3.10"
15- sphinx_mdinclude ; python_version >= "3.10"
16- myst_parser ; python_version >= "3.10"
17- sphinx-autobuild ; python_version >= "3.10"
18- sphinx-autodoc2 ; python_version >= "3.10"
11+ # Optional dependencies for documentation (only for Python >= 3.11)
12+ sphinx == 8.2.3 ; python_version >= "3.11"
13+ sphinx_rtd_theme == 3.0.2 ; python_version >= "3.11"
14+ sphinx_autoapi ; python_version >= "3.11"
15+ sphinx_mdinclude ; python_version >= "3.11"
16+ myst_parser ; python_version >= "3.11"
17+ sphinx-autobuild ; python_version >= "3.11"
18+ sphinx-autodoc2 ; python_version >= "3.11"
You can’t perform that action at this time.
0 commit comments