Skip to content

Commit a1b114d

Browse files
committed
Move to a newer Circle CI convenience image
The old circleci/python images are deprecated.
1 parent 6c69148 commit a1b114d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ references:
2222
restore-build-dependency-cache: &restore-build-dependency-cache
2323
restore_cache:
2424
name: Restore build dependency cache
25-
key: deps-venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum ".circleci/requirements.txt" }}
25+
key: deps-venv-1-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum ".circleci/requirements.txt" }}
2626

2727
install-build-dependencies: &install-build-dependencies
2828
run:
@@ -35,7 +35,7 @@ references:
3535
save-build-dependency-cache: &save-build-dependency-cache
3636
save_cache:
3737
name: Save build dependency cache
38-
key: deps-venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum ".circleci/requirements.txt" }}
38+
key: deps-venv-1-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum ".circleci/requirements.txt" }}
3939
paths:
4040
- "venv"
4141

@@ -99,7 +99,7 @@ jobs:
9999
test-36:
100100
<<: *test-template
101101
docker:
102-
- image: circleci/python:3.6
102+
- image: cimg/python:3.6
103103
environment:
104104
<<: *steps-environment
105105
TOXENV: py36
@@ -110,7 +110,7 @@ jobs:
110110
test-37:
111111
<<: *test-template
112112
docker:
113-
- image: circleci/python:3.7
113+
- image: cimg/python:3.7
114114
environment:
115115
<<: *steps-environment
116116
TOXENV: py37
@@ -121,7 +121,7 @@ jobs:
121121
test-38:
122122
<<: *test-template
123123
docker:
124-
- image: circleci/python:3.8
124+
- image: cimg/python:3.8
125125
environment:
126126
<<: *steps-environment
127127
TOXENV: py38
@@ -132,7 +132,7 @@ jobs:
132132
test-39:
133133
<<: *test-template
134134
docker:
135-
- image: circleci/python:3.9
135+
- image: cimg/python:3.9
136136
environment:
137137
<<: *steps-environment
138138
TOXENV: py39
@@ -143,7 +143,7 @@ jobs:
143143
test-310:
144144
<<: *test-template
145145
docker:
146-
- image: circleci/python:3.10
146+
- image: cimg/python:3.10
147147
environment:
148148
<<: *steps-environment
149149
TOXENV: py310
@@ -154,7 +154,7 @@ jobs:
154154
lint:
155155
working_directory: ~/routemaster
156156
docker:
157-
- image: circleci/python:3.6.3
157+
- image: cimg/python:3.6
158158
steps:
159159
- checkout
160160

@@ -181,7 +181,7 @@ jobs:
181181
typecheck:
182182
working_directory: ~/routemaster
183183
docker:
184-
- image: circleci/python:3.6.3
184+
- image: cimg/python:3.6
185185
steps:
186186
- checkout
187187

@@ -208,7 +208,7 @@ jobs:
208208
release:
209209
working_directory: ~/routemaster
210210
docker:
211-
- image: circleci/python:3.6.3
211+
- image: cimg/python:3.6
212212
steps:
213213
- checkout
214214

0 commit comments

Comments
 (0)