From 41a9804deff344126a89f022ddcb24e3ad371c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Gajdu=C5=A1ek?= Date: Thu, 26 Oct 2023 15:01:36 +0200 Subject: [PATCH] Add requires-python option to the project config --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d4d0a4fc..efeb7bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ keywords = [ "api", "cloud", ] +requires-python = ">=3.9" dependencies = [ "azure-storage-common>=1.0", "azure<5.0.0",