Skip to content

Commit 85aa040

Browse files
Try and fix requirements.txt again
1 parent 7baf7d3 commit 85aa040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ ruff==0.11.2
2424
setuptools==75.8.2
2525
sphinx_rtd_theme==3.0.2
2626
sphinx-copybutton==0.5.2
27-
sphinx==8.2.3
27+
sphinx==8.2.3;python_version>="3.11"
28+
sphinx==7.4.7;python_version<="3.10"
2829
sphinxcontrib-bibtex==2.6.3
2930
tomli==2.2.1
3031
twisted==24.11.0

0 commit comments

Comments
 (0)