Skip to content

Commit

Permalink
build: upgrade docs deps to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 19, 2024
1 parent 1432e30 commit 1718d7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ dev = [
'mypy==1.11.2',
'types-requests==2.32.0.20240712',
# docs
'sphinx>=7,<=8; python_version >= "3.9"',
'furo==2024.8.6; python_version >= "3.9"',
'sphinx-copybutton==0.5.2 ; python_version >= "3.9"',
'sphinx-new-tab-link==0.5.3; python_version >= "3.9"',
'sphinx-github-style==1.2.2 ; python_version >= "3.9"',
'sphinx-autobuild==2024.4.16 ; python_version >= "3.9"',
'sphinx>=7,<=8; python_version >= "3.10"',
'furo==2024.8.6; python_version >= "3.10"',
'sphinx-copybutton==0.5.2 ; python_version >= "3.10"',
'sphinx-new-tab-link==0.5.3; python_version >= "3.10"',
'sphinx-github-style==1.2.2 ; python_version >= "3.10"',
'sphinx-autobuild==2024.4.16 ; python_version >= "3.10"',
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 1718d7c

Please sign in to comment.