Skip to content

Commit

Permalink
chore: downgrade required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
atrnh committed May 25, 2023
1 parent 792321a commit 5d08c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
packages = [{ include = "sphinxcontrib", from = "src" }]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"

[tool.poetry.dev-dependencies]
black = "^22.6.0"
Expand Down

0 comments on commit 5d08c24

Please # to comment.