Skip to content

Commit 033a40c

Browse files
committed
Fix invalid sphinx-argparse version on Python 3.9
1 parent 9fb11ac commit 033a40c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"sphinx>=7.0.0,<8;python_version<='3.9'",
3333
"sphinx>=8.1.0,<9;python_version>'3.9'",
3434
"sphinx_rtd_theme>=3.0.2,<4",
35-
"sphinx-argparse==0.5.2",
35+
"sphinx-argparse==0.5.2; python_version>='3.10'",
36+
"sphinx-argparse==0.4.0; python_version<'3.10'",
3637
"types-aiofiles",
3738
"types-requests",
3839
] + tests_requires

0 commit comments

Comments
 (0)