From fe65c8629b9c9f7223fe5b2515861f30a110ef81 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 25 Nov 2024 20:44:52 +0100 Subject: [PATCH] requires-python was breaking make test --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5507b80d..e13dbbe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ description = "Generative AI CodeGen security gateway" readme = "README.md" authors = [] packages = [{include = "codegate", from = "src"}] -requires-python = ">=3.11" [tool.poetry.dependencies] python = ">=3.11"