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