diff --git a/build.py b/build.py index 870d56c..4b016ef 100644 --- a/build.py +++ b/build.py @@ -28,12 +28,12 @@ use_plugin("python.distutils") default_task = "publish" name = "ddadevops" -version = "4.0.0-dev67" +version = "4.0.0-dev68" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] -url = "https://github.com/DomainDrivenArchitecture/dda-devops-build" -requires_python = ">=3.8" # CHECK IF NEW VERSION EXISTS +url = "https://repo.prod.meissa.de/meissa/dda-devops-build" +requires_python = ">=3.10" # CHECK IF NEW VERSION EXISTS license = "Apache Software License" @init