diff --git a/pyproject.toml b/pyproject.toml index 32144be..24f3297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "access_azure_keyvault" -version = "0.0.3" +version = "0.0.4" authors = [ { name="Wolfgang Hottgenroth", email="wolfgang.hottgenroth@icloud.com" }, ] description = "Simple tool to access secrets in Azure keyvaults" readme = "README.md" license = { file="LICENSE" } -requires-python = ">=3.10" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",