add py38 to constraint bot so victoria work can begin
after requirements branches we will remove py27 and py37 Change-Id: I5fde605634108dd628df546a2318731e1832b6b3 Signed-off-by: Matthew Thode <mthode@mthode.org>
This commit is contained in:
parent
f2459f8716
commit
45ed2e8fa8
@ -39,7 +39,8 @@ elif [ "$OWN_PROJECT" == "requirements-constraints" ] ; then
|
||||
function update {
|
||||
$VENV/bin/generate-constraints -b blacklist.txt -p /usr/bin/python2.7 \
|
||||
-p /usr/bin/python3.6 -r global-requirements.txt \
|
||||
--version-map 3.6:3.7 > $1/upper-constraints.txt
|
||||
--version-map 3.6:3.7 --version-map 3.6:3.8 \
|
||||
> $1/upper-constraints.txt
|
||||
}
|
||||
elif [ "$OWN_PROJECT" == "devstack-plugins-list" ] ; then
|
||||
INITIAL_COMMIT_MSG="Updated from generate-devstack-plugins-list"
|
||||
|
Loading…
Reference in New Issue
Block a user