From 21069e892e2d3b071dca63712f539dda1a79d9f1 Mon Sep 17 00:00:00 2001 From: Daniel Dizdarevic Date: Tue, 2 May 2023 17:16:16 +0200 Subject: [PATCH] :Fix version requirement for python3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e9746e..41d29f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dynamic = ["version", "description"] -requires-python = "~=3.11" +requires-python = "~=3.10" dependencies = [ "python-ldap", "PyYAML",