diff --git a/pyproject.toml b/pyproject.toml index 0ac5b29..12cc406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "goat_monitor" authors = [{ name = "Brendan Haines", email = "brendan.haines@gmail.com" }] description = "Remote monitoring of anything" readme = "README.md" -requires-python = ">=3.11" # might work with earlier versions, I haven't tried +requires-python = ">=3" # keywords = ["one", "two"] license = { text = "MIT License" } classifiers = ["Programming Language :: Python :: 3"]