Skip to content

Commit 3b9a242

Browse files
committed
circleci: remove python34 image (#1389)
1 parent 41f0a16 commit 3b9a242

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.circleci/config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ python38_image: &python38_image circleci/python:3.8
1111
python37_image: &python37_image circleci/python:3.7
1212
python36_image: &python36_image circleci/python:3.6
1313
python35_image: &python35_image circleci/python:3.5
14-
# The circleci/python:3.4 images are broken, we cannot do `pip install <package>`
15-
# https://github.com/circleci/circleci-images/issues/466
16-
python34_image: &python34_image python:3.4
1714
python27_image: &python27_image circleci/python:2.7
1815
ddtrace_dev_image: &ddtrace_dev_image datadog/docker-library:ddtrace_py
1916
datadog_agent_image: &datadog_agent_image datadog/docker-dd-agent:latest
@@ -184,10 +181,6 @@ executors:
184181
docker:
185182
- image: *python35_image
186183
resource_class: *resource_class
187-
python34:
188-
docker:
189-
- image: *python34_image
190-
resource_class: *resource_class
191184
python27:
192185
docker:
193186
- image: *python27_image
@@ -274,10 +267,6 @@ jobs:
274267
executor: python35
275268
steps:
276269
- test_build
277-
test_build_py34:
278-
executor: python34
279-
steps:
280-
- test_build
281270
test_build_py27:
282271
executor: python27
283272
steps:

0 commit comments

Comments
 (0)