From 1f6cb32f85ec1a9f35f00a005021d01c65c2c2b6 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Thu, 14 Nov 2024 06:47:16 +0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec3c7ee..80c7ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ repository = "https://github.com/cvxgrp/cvxcli" packages = [{include = "cvx"}] [tool.poetry.dependencies] -python = ">=3.9" +python = ">=3.10" fire = "*" cvxbson = "*" requests = "*"