Really require python 3.7
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2023-10-27 15:27:04 -07:00
parent 09a7d38bc7
commit daedacb35f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ authors = [
maintainers = [
{ name = "Ian Fijolek", email = "iamthefij@gmail.com" }
]
requires_python = ">=3.7"
requires-python = ">=3.7"
dependencies = ["requests"]
[project.optional-dependencies]