build(deps): drop Python 3.7

This commit is contained in:
Marc 2024-02-06 23:50:18 -05:00
parent 2f009f888a
commit 31946b6a9c
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -2,7 +2,7 @@
name = "slack-status-cli"
version = "0.1.0"
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"
[[project.authors]]
name = "Marc Cataford"