Skip to content

Commit b162f58

Browse files
committed
Remove 3.4 (EOL)
See https://pythoninsider.blogspot.com/2019/03/python-3410-is-now-available.html > Python 3.4.10 is the final release in the Python 3.4 series. As of this release, the 3.4 branch has been retired, no further changes to 3.4 will be accepted, and no new releases will be made. This is standard Python policy; Python releases get five years of support and are then retired.
1 parent cd7d18f commit b162f58

File tree

9 files changed

+4
-820
lines changed

9 files changed

+4
-820
lines changed

.travis.yml

-14
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ matrix:
5050
env: VERSION=3.5 VARIANT=alpine3.9
5151
- os: linux
5252
env: VERSION=3.5 VARIANT=alpine3.8
53-
- os: linux
54-
env: VERSION=3.4 VARIANT=stretch
55-
- os: linux
56-
env: VERSION=3.4 VARIANT=stretch/slim
57-
- os: linux
58-
env: VERSION=3.4 VARIANT=jessie
59-
- os: linux
60-
env: VERSION=3.4 VARIANT=jessie/slim
61-
- os: linux
62-
env: VERSION=3.4 VARIANT=wheezy
63-
- os: linux
64-
env: VERSION=3.4 VARIANT=alpine3.9
65-
- os: linux
66-
env: VERSION=3.4 VARIANT=alpine3.8
6753
- os: windows
6854
dist: 1803-containers
6955
env: VERSION=2.7 VARIANT=windows/windowsservercore-1803

3.4/alpine3.8/Dockerfile

-126
This file was deleted.

3.4/alpine3.9/Dockerfile

-126
This file was deleted.

3.4/jessie/Dockerfile

-89
This file was deleted.

0 commit comments

Comments
 (0)