Bumps Django

This commit is contained in:
Michael 2020-02-29 21:58:44 -06:00
parent a757eeaf53
commit cb1e2b61b8

View File

@ -7,7 +7,7 @@ jobs:
docker: docker:
- image: circleci/python:3.8.0 - image: circleci/python:3.8.0
environment: environment:
DJANGO_VERSION: 3.0 DJANGO_VERSION: 3.0.3
DRF: 3.11 DRF: 3.11
executor: docker/docker executor: docker/docker
steps: steps:
@ -24,7 +24,7 @@ jobs:
test-django-2: test-django-2:
<<: *template <<: *template
environment: environment:
DJANGO_VERSION: 2.0 DJANGO_VERSION: 2.2.10
DRF: 3.9 DRF: 3.9
test-django-11: test-django-11:
<<: *template <<: *template