Skip to content

Commit

Permalink
edit pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DSungatulin committed Jan 4, 2024
1 parent 8c18435 commit 9b6865c
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 @@ readme = "README.md"
packages = [{ include = "gendiff" },]

[tool.poetry.dependencies]
python = "^3.11"
python = ">=3.8.1,<4.0"

[tool.poetry.group.dev.dependencies]
flake8 = "^6.1.0"
Expand Down

0 comments on commit 9b6865c

Please sign in to comment.