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