diff --git a/pyproject.toml b/pyproject.toml index 7fd7ac7..0ac3615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = "Official Python command line client for tldr pages." readme = "README.md" license = "MIT" -requires-python = "~=3.9" +requires-python = ">=3.9" authors = [ { name = "Felix Yan and tldr-pages contributors" }, ]