Skip to content

Commit

Permalink
Update the minimum Python version from 3.10.0 to 3.10.4
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
superatomic committed Mar 21, 2023
1 parent 85bf23c commit f58d0d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -31,7 +31,7 @@ include = ["generate_completions.sh"]
"Say Thanks!" = "https://saythanks.io/to/superatomic"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.10.4"
click = "^8.1.3"
click-help-colors = "^0.9.1"
xdg = "^5.1.1"
Expand Down

0 comments on commit f58d0d3

Please sign in to comment.