removed version bounds check
This commit is contained in:
parent
cb41d3044f
commit
2e4b24a1e3
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -33,7 +33,7 @@ summary = "tools to support builds combining gopass, terraform, dda-pallet, aws
|
||||||
description = __doc__
|
description = __doc__
|
||||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||||
url = "https://github.com/DomainDrivenArchitecture/dda-devops-build"
|
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"
|
license = "Apache Software License"
|
||||||
|
|
||||||
@init
|
@init
|
||||||
|
|
Loading…
Reference in a new issue