File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 7575 - " 3.12"
7676 - " 3.13"
7777 sphinx-version :
78- - " >=5,<6"
79- - " >=6a0,<7"
78+ - " >=6,<7"
8079 - " >=7,<8"
8180 - " >=8,<9"
8281 os :
9493 os : " macos-latest"
9594 - python-version : " pypy3.9"
9695 sphinx-version : " >=8,<9"
97- - python-version : " 3.13"
98- sphinx-version : " >=5,<6"
9996 steps :
10097 - uses : actions/checkout@v4
10198 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1- myst-parser == 0.18.1
2- furo == 2022.9.29
3- sphinx == 5.2.3
1+ myst-parser >= 4
2+ furo >= 2024
3+ sphinx ~= 8.1.0
44sphinx-design
55./
6- matplotlib
6+ matplotlib
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ classifiers = [
3838 " Topic :: Utilities" ,
3939]
4040dependencies = [
41- " Sphinx>=5 .0" ,
41+ " Sphinx>=6 .0" ,
4242]
4343dynamic = [" version" ]
4444
You can’t perform that action at this time.
0 commit comments