From 0600faafc47a48d80522fdb3e560c40374c906b7 Mon Sep 17 00:00:00 2001 From: malmans2 Date: Mon, 21 Oct 2024 14:30:35 +0200 Subject: [PATCH] add requires-python --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 58d1886..967ec24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dynamic = ["version"] license = {file = "LICENSE"} name = "cads-api-client" readme = "README.md" +requires-python = ">=3.8" [tool.coverage.run] branch = true