From 2e4b24a1e3212c96ebde05e23f5aabb55534d18e Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 20 May 2022 14:54:26 +0200 Subject: [PATCH] removed version bounds check --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index ba61118..fb44f69 100644 --- a/build.py +++ b/build.py @@ -33,7 +33,7 @@ summary = "tools to support builds combining gopass, terraform, dda-pallet, aws description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] url = "https://github.com/DomainDrivenArchitecture/dda-devops-build" -requires_python = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,<3.9" +requires_python = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3,!=3.4" # CHECK IF NEW VERSION EXISTS license = "Apache Software License" @init