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