summaryrefslogtreecommitdiff
path: root/.zuul.d
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2021-09-28 18:43:11 +0530
committermanchandavishal <manchandavishal143@gmail.com>2021-10-25 17:39:21 +0530
commit7bfb56010d1090fe4c747375e943068b5b524dd9 (patch)
tree3dbab9abe8c85d17565d86fec0786b14bff0e70c /.zuul.d
parente6f5392d4bd195b9974c2801ec29e09cbd69c319 (diff)
downloadhorizon-7bfb56010d1090fe4c747375e943068b5b524dd9.tar.gz
Bump Django version to Current LTS Version
This patch update Django version to the current LTS version i.e. 3.2. Django 2.2 is going to end its extended support by April 2022[1]. horizon and all its plugins already support Django3.2 version, So let's make this the default version. It also bump few other packages version in lower-constraints.txt to make it work with Django 3.2. Note: It also change 'openstack-tox-py38' job to non-voting which I will revert in follow-up patch once this patch is merged. [1] https://www.djangoproject.com/download/ Change-Id: I49e323b76ad2c2e680c3f133d0f219d850f7908c
Diffstat (limited to '.zuul.d')
-rw-r--r--.zuul.d/django-jobs.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.zuul.d/django-jobs.yaml b/.zuul.d/django-jobs.yaml
index f2dd5c113..db85788d3 100644
--- a/.zuul.d/django-jobs.yaml
+++ b/.zuul.d/django-jobs.yaml
@@ -38,11 +38,13 @@
# We specify a job in openstack-python3-yoga-jobs(-horizon)
# to keep this project template as it is used in horizon plugins.
# NOTE: We keep it as a template even though it is not used now.
- - openstack-tox-py38
+ - openstack-tox-py38:
+ voting: false
- horizon-tox-python3-django32:
voting: false
gate:
jobs:
- - openstack-tox-py38
+ - openstack-tox-py38:
+ voting: false
# Skip these until the django3.x jobs become voting.
# - horizon-tox-python3-django32