We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb11ac commit 033a40cCopy full SHA for 033a40c
setup.py
@@ -32,7 +32,8 @@
32
"sphinx>=7.0.0,<8;python_version<='3.9'",
33
"sphinx>=8.1.0,<9;python_version>'3.9'",
34
"sphinx_rtd_theme>=3.0.2,<4",
35
- "sphinx-argparse==0.5.2",
+ "sphinx-argparse==0.5.2; python_version>='3.10'",
36
+ "sphinx-argparse==0.4.0; python_version<'3.10'",
37
"types-aiofiles",
38
"types-requests",
39
] + tests_requires
0 commit comments