From 5e100467599407e2aeff854f7624b34c0efff511 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 1 Jun 2022 13:05:34 -0700 Subject: [PATCH] Use updated CircleCI images See https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034 --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 167ae520..9664ee14 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,43 +39,43 @@ jobs: docs: <<: *common docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: docs lint: <<: *common docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: lint py36-core: <<: *common docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: py36-core py37-core: <<: *common docker: - - image: circleci/python:3.7 + - image: cimg/python:3.7 environment: TOXENV: py37-core py38-core: <<: *common docker: - - image: circleci/python:3.8 + - image: cimg/python:3.8 environment: TOXENV: py38-core py39-core: <<: *common docker: - - image: circleci/python:3.9 + - image: cimg/python:3.9 environment: TOXENV: py39-core py310-core: <<: *common docker: - - image: circleci/python:3.10 + - image: cimg/python:3.10 environment: TOXENV: py310-core pypy3-core: