Adjust minimum python version

This commit is contained in:
Neill Cox 2023-09-22 16:21:57 +10:00
parent cafecb4d01
commit 3bf347f7a2

View file

@ -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",