build(deps): drop Python 3.7
This commit is contained in:
parent
2f009f888a
commit
31946b6a9c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
name = "slack-status-cli"
|
name = "slack-status-cli"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Tooling to set your Slack status on the fly without having to click around"
|
description = "Tooling to set your Slack status on the fly without having to click around"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.8"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
[[project.authors]]
|
[[project.authors]]
|
||||||
name = "Marc Cataford"
|
name = "Marc Cataford"
|
||||||
|
|
Loading…
Reference in a new issue