From 9f91c345fa4799fed019dd5c5b5625afa9bdb7ea Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 16 Sep 2022 12:49:35 +0200 Subject: [PATCH] ci script and ignore file --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",