Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Oct 15, 2024
1 parent 7c6e29d commit c4adcd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
pre-commit == 3.5.0; python_version < '3.9'
pytest == 7.4.4; python_version < '3.10'
sphinx == 7.4.7; python_version == '3.9'
sphinx == 7.1.2; python_version == '3.8'

pre-commit == 4.0.1; python_version >= '3.9'
pytest == 8.3.3; python_version >= '3.10'

sphinx == 8.1.3; python_version >= '3.10'

ruff == 0.6.9

sphinx == 7.4.7
sphinx-rtd-theme == 3.0.1

0 comments on commit c4adcd0

Please sign in to comment.