use pyhton 3.7 too

This commit is contained in:
Wolfgang Hottgenroth 2022-09-16 14:11:22 +02:00
parent 4dd1e39d69
commit 6d3055b726
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

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