From 8a39f70e3fe0dd3a9c028c66239503ed2f1e69d9 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sat, 13 Feb 2021 12:36:54 -0800 Subject: [PATCH] Min supported version is Python 3.8 for Django latest. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85063b8f..d085bf37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ django-latest: stage: test allow_failure: true script: - - tox -e py36-django-latest + - tox -e py38-django-latest upstream-client: stage: test -- 2.11.4.GIT