From 3bf347f7a23316e719b8098ae2b2fd8104b031e7 Mon Sep 17 00:00:00 2001 From: Neill Cox Date: Fri, 22 Sep 2023 16:21:57 +1000 Subject: [PATCH] Adjust minimum python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75d7737..e3f6f07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "Tools to help with building a tripleo/rhosp aio" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.6.8" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",