From e5167c98d6979f902797dc830f1f9c7cf72aeae1 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..47a83fe 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",