From e452d3f84874c62480d3a0d561d63a3ed3ea0413 Mon Sep 17 00:00:00 2001 From: Paulo Viadanna Date: Tue, 24 May 2022 14:27:51 -0300 Subject: [PATCH] Bump Python on CircleCI --- circle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 904174422..76b836ef9 100644 --- a/circle.yml +++ b/circle.yml @@ -145,7 +145,7 @@ jobs: build: docker: - - image: circleci/python:3.6-stretch-node-browsers + - image: circleci/python:3.8-buster-node-browsers environment: DEBUG: 'true' DEFAULT_FORK: 'open-craft/edx-platform' @@ -241,7 +241,7 @@ jobs: e2e-tests: docker: - - image: circleci/python:3.6-stretch-node-browsers + - image: circleci/python:3.8-buster-node-browsers environment: DEBUG: 'true' DEFAULT_FORK: 'open-craft/edx-platform' @@ -325,7 +325,7 @@ jobs: coverage: docker: - - image: circleci/python:3.6-stretch-node + - image: circleci/python:3.8-buster-node steps: - checkout - restore_cache: @@ -358,7 +358,7 @@ jobs: cleanup: docker: - - image: circleci/python:3.6-stretch + - image: circleci/python:3.8-buster environment: LOAD_BALANCER_FRAGMENT_NAME_PREFIX: 'integration-' DJANGO_SETTINGS_MODULE: 'opencraft.settings'