Skip to content

Commit

Permalink
chore(deps): bump required python version to ^3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Aug 24, 2024
1 parent bd2dabf commit 57039fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ keywords = [
"taskwarrior-segment",
"powerline-taskwarrior",
]
classifiers=[
classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"Topic :: Terminals",
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
powerline-status = "^2.7"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 57039fd

Please sign in to comment.