From c89f987c1d8b0ceafeab100bf4c688964d570145 Mon Sep 17 00:00:00 2001 From: Mark Harvilla Date: Wed, 31 Jan 2024 15:09:05 -0800 Subject: [PATCH] Downgrade minimum Python version to 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43eee5f..8e263b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "A command-line utility for managing VALDI cloud resources" authors = [{name = "VALDI", email="contact@valdi.ai"}] license = { file = "LICENSE" } readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.8" keywords = ["valdi", "gpu", "cloud", "cli", "storage", "volumes"] classifiers = [ "Development Status :: 3 - Alpha",