From 631462cbe7965061cba6babbd26f75b3ce7243ad Mon Sep 17 00:00:00 2001 From: programming-with-ia Date: Sun, 8 Dec 2024 23:28:28 +0500 Subject: [PATCH] update req-py-version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 28aa8e6..35778c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "pyzod" # The name of your package. -version = "0.0.2" # The current version of your package. +version = "0.0.5" # The current version of your package. description = "pyzod" # A brief description of your package. readme = "README.md" # The file containing the README content. -requires-python = ">=3.12" # The minimum Python version required. +requires-python = ">=3.11" # The minimum Python version required. dependencies = [] # No runtime dependencies. [dependency-groups]