use pyhton 3.7 too
This commit is contained in:
parent
4dd1e39d69
commit
6d3055b726
@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "access_azure_keyvault"
|
name = "access_azure_keyvault"
|
||||||
version = "0.0.5"
|
version = "0.0.6"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Wolfgang Hottgenroth", email="wolfgang.hottgenroth@icloud.com" },
|
{ name="Wolfgang Hottgenroth", email="wolfgang.hottgenroth@icloud.com" },
|
||||||
]
|
]
|
||||||
description = "Simple tool to access secrets in Azure keyvaults"
|
description = "Simple tool to access secrets in Azure keyvaults"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { file="LICENSE" }
|
license = { file="LICENSE" }
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.7"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user