Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
atrnh committed Oct 17, 2023
1 parent 3fde71c commit 8a9ec51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.9"
sphinx = "^6.1.3"
python = ">=3.9, <4.0"
sphinx = ">=6, <8"

[tool.poetry.group.dev.dependencies]
mypy = "^1.1.1"
Expand Down

0 comments on commit 8a9ec51

Please sign in to comment.