Skip to content

Commit

Permalink
feat: set minimum python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
savioxavier committed Dec 31, 2022
1 parent c4cd3ea commit 93248b7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 44 deletions.
83 changes: 40 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
repository = "https://github.com/savioxavier/pyboxen"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.8.0,<4.0.0"
rich = "^12.5.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 93248b7

Please sign in to comment.