9292
9393 python37 :
9494 docker :
95- - image : cimg/python:3.7.12
95+ - image : cimg/python:3.7.13
9696 - image : cimg/postgres:9.6.24
9797 environment :
9898 POSTGRES_USER : root
@@ -122,7 +122,7 @@ jobs:
122122
123123 python38 :
124124 docker :
125- - image : cimg/python:3.8.12
125+ - image : cimg/python:3.8.13
126126 - image : cimg/postgres:9.6.24
127127 environment :
128128 POSTGRES_USER : root
@@ -154,7 +154,7 @@ jobs:
154154
155155 python39 :
156156 docker :
157- - image : cimg/python:3.9.10
157+ - image : cimg/python:3.9.12
158158 - image : cimg/postgres:9.6.24
159159 environment :
160160 POSTGRES_USER : root
@@ -182,7 +182,7 @@ jobs:
182182
183183 python310 :
184184 docker :
185- - image : cimg/python:3.10.2
185+ - image : cimg/python:3.10.4
186186 - image : cimg/postgres:9.6.24
187187 environment :
188188 POSTGRES_USER : root
@@ -211,7 +211,7 @@ jobs:
211211
212212 py38couchbase :
213213 docker :
214- - image : cimg/python:3.8.12
214+ - image : cimg/python:3.8.13
215215 - image : couchbase/server-sandbox:5.5.0
216216 working_directory : ~/repo
217217 steps :
@@ -271,7 +271,7 @@ jobs:
271271
272272 py36cassandra :
273273 docker :
274- - image : cimg/python:3.6.11
274+ - image : cimg/python:3.6.15
275275 - image : cassandra:3.11
276276 environment :
277277 MAX_HEAP_SIZE : 2048m
@@ -292,7 +292,7 @@ jobs:
292292
293293 py37asynqp :
294294 docker :
295- - image : cimg/python:3.7.12
295+ - image : cimg/python:3.7.13
296296 - image : rabbitmq:3.9.13
297297 working_directory : ~/repo
298298 steps :
@@ -312,7 +312,7 @@ jobs:
312312
313313 py37asynqp-legacy :
314314 docker :
315- - image : cimg/python:3.7.12
315+ - image : cimg/python:3.7.13
316316 - image : rabbitmq:3.9.13
317317 working_directory : ~/repo
318318 steps :
@@ -332,7 +332,7 @@ jobs:
332332
333333 gevent38 :
334334 docker :
335- - image : cimg/python:3.8.5
335+ - image : cimg/python:3.8.12
336336 working_directory : ~/repo
337337 steps :
338338 - checkout
0 commit comments