Skip to content

Commit bf564ea

Browse files
Downgrade sphinx to match our supported python versions
1 parent 2b7cc6f commit bf564ea

2 files changed

Lines changed: 95 additions & 48 deletions

File tree

poetry.lock

Lines changed: 93 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages = [
2727
]
2828

2929
[tool.poetry.dependencies]
30-
python = ">=3.8,<3.12"
30+
python = ">=3.7,<3.12"
3131
requests = "^2.30.0"
3232
tuspy = "^1.0.0"
3333

@@ -38,7 +38,7 @@ coverage = "^7.2.5"
3838
pytest-cov = "^4.0.0"
3939
requests-mock = "^1.10.0"
4040
tox = "^4.5.1"
41-
sphinx = "^7.0.0"
41+
sphinx = "^4.5.0"
4242
sphinx-autobuild = "^2021.3.14"
4343

4444
[build-system]

0 commit comments

Comments
 (0)