stop generating constraints for py3.4 and py3.5

https://governance.openstack.org/tc/goals/selected/train/python3-updates.html

Change-Id: I87806f0e17e678c048035213ceebb3e073161d55
This commit is contained in:
Matthew Thode 2020-02-06 10:52:00 -06:00
parent 7d6c978e70
commit 23d169ebf9
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ 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.4 --version-map 3.6:3.5 --version-map 3.6:3.7 \
> $1/upper-constraints.txt
--version-map 3.6:3.7 > $1/upper-constraints.txt
}
elif [ "$OWN_PROJECT" == "devstack-plugins-list" ] ; then
INITIAL_COMMIT_MSG="Updated from generate-devstack-plugins-list"