@@ -99,14 +99,14 @@ lint = [
9999 " mypy<2.0.0,>=1.3.0" ,
100100]
101101docs = [
102- " furo; python_version >= \" 3.9 \" " ,
103- " sphinx< 7.0.0,>=6.1.3 ; python_version >= \" 3.9 \" " ,
104- " recommonmark<1.0.0,>=0.7.1; python_version >= \" 3.9 \" " ,
105- " sphinx-autodoc-typehints; python_version >= \" 3.9 \" " ,
106- " sphinx-copybutton; python_version >= \" 3.9 \" " ,
107- " sphinx-inline-tabs; python_version >= \" 3.9 \" " ,
108- " sphinx-argparse-cli; python_version >= \" 3.9 \" " ,
109- " sphinx-automodapi; python_version >= \" 3.9 \" " ,
102+ " furo; python_version >= \" 3.10 \" " ,
103+ " sphinx> 7.0.0; python_version >= \" 3.10 \" " ,
104+ " recommonmark<1.0.0,>=0.7.1; python_version >= \" 3.10 \" " ,
105+ " sphinx-autodoc-typehints; python_version >= \" 3.10 \" " ,
106+ " sphinx-copybutton; python_version >= \" 3.10 \" " ,
107+ " sphinx-inline-tabs; python_version >= \" 3.10 \" " ,
108+ " sphinx-argparse-cli; python_version >= \" 3.10 \" " ,
109+ " sphinx-automodapi; python_version >= \" 3.10 \" " ,
110110]
111111
112112[tool .pdm .build ]
0 commit comments