removed version bounds check

This commit is contained in:
bom 2022-05-20 14:54:26 +02:00
parent cb41d3044f
commit 2e4b24a1e3

View file

@ -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