Adjust minimum python version
This commit is contained in:
parent
cafecb4d01
commit
3bf347f7a2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ authors = [
|
||||||
]
|
]
|
||||||
description = "Tools to help with building a tripleo/rhosp aio"
|
description = "Tools to help with building a tripleo/rhosp aio"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.6.8"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue