Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit f985ece

Browse files
committed
revert python version lock on CI
1 parent 49fc1ea commit f985ece

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint-unit-37: &lint-unit
1010
working_directory: ~/project
1111
docker:
12-
- image: circleci/python:3.7.5-stretch-node-browsers
12+
- image: circleci/python:3.7-stretch-node-browsers
1313
environment:
1414
PYTHON_VERSION: py37
1515
steps:
@@ -42,21 +42,21 @@ jobs:
4242
lint-unit-36:
4343
<<: *lint-unit
4444
docker:
45-
- image: circleci/python:3.6.9-stretch-node-browsers
45+
- image: circleci/python:3.6-stretch-node-browsers
4646
environment:
4747
PYTHON_VERSION: py36
4848

4949
lint-unit-27:
5050
<<: *lint-unit
5151
docker:
52-
- image: circleci/python:2.7.16-stretch-node-browsers
52+
- image: circleci/python:2.7-stretch-node-browsers
5353
environment:
5454
PYTHON_VERSION: py27
5555

5656
build-dash-37: &build-dash
5757
working_directory: ~/project
5858
docker:
59-
- image: circleci/python:3.7.5-stretch-node-browsers
59+
- image: circleci/python:3.7-stretch-node-browsers
6060
environment:
6161
PYTHON_VERSION: py37
6262
steps:
@@ -97,21 +97,21 @@ jobs:
9797
build-dash-36:
9898
<<: *build-dash
9999
docker:
100-
- image: circleci/python:3.6.9-stretch-node-browsers
100+
- image: circleci/python:3.6-stretch-node-browsers
101101
environment:
102102
PYTHON_VERSION: py36
103103

104104
build-dash-27:
105105
<<: *build-dash
106106
docker:
107-
- image: circleci/python:2.7.16-stretch-node-browsers
107+
- image: circleci/python:2.7-stretch-node-browsers
108108
environment:
109109
PYTHON_VERSION: py27
110110

111111
test-37: &test
112112
working_directory: ~/project
113113
docker:
114-
- image: circleci/python:3.7.5-stretch-node-browsers
114+
- image: circleci/python:3.7-stretch-node-browsers
115115
environment:
116116
PYTHON_VERSION: py37
117117
PERCY_PARALLEL_TOTAL: -1
@@ -143,23 +143,23 @@ jobs:
143143
test-36:
144144
<<: *test
145145
docker:
146-
- image: circleci/python:3.6.9-stretch-node-browsers
146+
- image: circleci/python:3.6-stretch-node-browsers
147147
environment:
148148
PYTHON_VERSION: py36
149149
PERCY_ENABLE: 0
150150

151151
test-27:
152152
<<: *test
153153
docker:
154-
- image: circleci/python:2.7.16-stretch-node-browsers
154+
- image: circleci/python:2.7-stretch-node-browsers
155155
environment:
156156
PYTHON_VERSION: py27
157157
PERCY_ENABLE: 0
158158

159159
test-legacy-37: &test-legacy
160160
working_directory: ~/project
161161
docker:
162-
- image: circleci/python:3.7.5-stretch-node-browsers
162+
- image: circleci/python:3.7-stretch-node-browsers
163163
environment:
164164
PYTHON_VERSION: py37
165165
PERCY_PARALLEL_TOTAL: -1
@@ -193,14 +193,14 @@ jobs:
193193
test-legacy-36:
194194
<<: *test-legacy
195195
docker:
196-
- image: circleci/python:3.6.9-stretch-node-browsers
196+
- image: circleci/python:3.6-stretch-node-browsers
197197
environment:
198198
PYTHON_VERSION: py36
199199
PERCY_ENABLE: 0
200200
test-legacy-27:
201201
<<: *test-legacy
202202
docker:
203-
- image: circleci/python:2.7.16-stretch-node-browsers
203+
- image: circleci/python:2.7-stretch-node-browsers
204204
environment:
205205
PYTHON_VERSION: py27
206206
PERCY_ENABLE: 0

0 commit comments

Comments
 (0)