@@ -76,7 +76,7 @@ commands:
7676jobs :
7777 python37 :
7878 docker :
79- - image : cimg/python:3.7.13
79+ - image : cimg/python:3.7.16
8080 - image : cimg/postgres:9.6.24
8181 environment :
8282 POSTGRES_USER : root
@@ -101,7 +101,7 @@ jobs:
101101
102102 python38 :
103103 docker :
104- - image : cimg/python:3.8.13
104+ - image : cimg/python:3.8.16
105105 - image : cimg/postgres:9.6.24
106106 environment :
107107 POSTGRES_USER : root
@@ -125,7 +125,7 @@ jobs:
125125
126126 python39 :
127127 docker :
128- - image : cimg/python:3.9.13
128+ - image : cimg/python:3.9.16
129129 - image : cimg/postgres:9.6.24
130130 environment :
131131 POSTGRES_USER : root
@@ -149,7 +149,7 @@ jobs:
149149
150150 python310 :
151151 docker :
152- - image : cimg/python:3.10.6
152+ - image : cimg/python:3.10.10
153153 - image : cimg/postgres:9.6.24
154154 environment :
155155 POSTGRES_USER : root
@@ -174,7 +174,7 @@ jobs:
174174
175175 python311 :
176176 docker :
177- - image : cimg/python:3.11.0
177+ - image : cimg/python:3.11.2
178178 - image : cimg/postgres:9.6.24
179179 environment :
180180 POSTGRES_USER : root
@@ -199,7 +199,7 @@ jobs:
199199
200200 py38couchbase :
201201 docker :
202- - image : cimg/python:3.8.13
202+ - image : cimg/python:3.8.16
203203 - image : couchbase/server-sandbox:5.5.0
204204 working_directory : ~/repo
205205 steps :
@@ -215,7 +215,7 @@ jobs:
215215
216216 py37cassandra :
217217 docker :
218- - image : cimg/python:3.7.13
218+ - image : cimg/python:3.7.16
219219 - image : cassandra:3.11
220220 environment :
221221 MAX_HEAP_SIZE : 2048m
0 commit comments