From 4464d7614e9830ee5b2d7aafa28dfc311c231054 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 17 Feb 2024 10:33:38 +0100 Subject: [PATCH] requires --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'