Skip to content

Commit

Permalink
Bump the minimum Python dependency to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Oct 10, 2022
1 parent d5fe471 commit db7fc1a
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 @@ -26,7 +26,7 @@ include = ["rich/py.typed"]


[tool.poetry.dependencies]
python = "^3.6.3"
python = "^3.7.13"
typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" }
dataclasses = { version = ">=0.7,<0.9", python = "<3.7" }
pygments = "^2.6.0"
Expand Down

0 comments on commit db7fc1a

Please sign in to comment.