From 68d4565bf7aad6f0be4bdc4ad3e254130a7db720 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 25 Dec 2021 22:18:00 -0500 Subject: [PATCH] [ci] update circleci to new python docker images --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6db2ef8c..8312f420 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,7 @@ version: 2 jobs: build-27: docker: - - image: circleci/python:2.7 + - image: cimg/python:2.7 steps: - checkout - run: *apt-install @@ -54,7 +54,7 @@ jobs: build-36: docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 steps: - checkout - run: *apt-install @@ -68,7 +68,7 @@ jobs: build-latest: docker: - - image: circleci/python:latest + - image: cimg/python:latest steps: - checkout - run: *apt-install @@ -82,7 +82,7 @@ jobs: build-latest-nodeps: docker: - - image: circleci/python:latest + - image: cimg/python:latest steps: - checkout - run: *pip-install -- 2.11.0