diff --git a/pyproject.toml b/pyproject.toml index 7df7736..e75fe6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ keywords = [] license-files = { paths = ['license.md'] } name = 'ofsp' readme = 'readme.md' -requires-python = '>=3.10' +requires-python = '>= 3.10' [project.scripts] # command = 'package.module:function'