From c26855743ad8c990501545179ae320e3b8dc8dcf Mon Sep 17 00:00:00 2001 From: Krzysztof Magusiak Date: Sun, 30 Jun 2024 19:42:25 +0200 Subject: [PATCH] Update python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5459576..c2dc939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ description = "Write simple scripts leveraging omegaconf" readme = "README.md" keywords = ["configuration", "omegaconf", "pydantic", "script"] license = {text = "BSD License"} -requires-python = ">=3.8" +requires-python = ">=3.9" classifiers = [ # https://pypi.org/pypi?%3Aaction=list_classifiers "Programming Language :: Python :: 3",