Skip to content

Commit ccbc1f5

Browse files
committed
Remove Python 3.6 for Windows
See https://www.python.org/downloads/release/python-369/, especially (emphasis mine): > Python 3.6 has now entered the security fix phase of its life cycle. Only security-related issues are accepted and addressed during this phase. We plan to provide security fixes for Python 3.6 as needed through 2021, five years following its initial release. **Security fix releases are produced periodically as needed and only provided in source code form; binary installers are not provided.**
1 parent 61fa07f commit ccbc1f5

File tree

5 files changed

+0
-191
lines changed

5 files changed

+0
-191
lines changed

.appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ environment:
77
variant: windowsservercore-ltsc2016
88
- version: 3.7
99
variant: windowsservercore-ltsc2016
10-
- version: 3.6
11-
variant: windowsservercore-ltsc2016
1210
- version: 2.7
1311
variant: windowsservercore-ltsc2016
1412

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ matrix:
2323
env: VERSION=3.7 VARIANT=alpine3.10
2424
- os: linux
2525
env: VERSION=3.7 VARIANT=alpine3.9
26-
- os: windows
27-
dist: 1803-containers
28-
env: VERSION=3.6 VARIANT=windows/windowsservercore-1803
2926
- os: linux
3027
env: VERSION=3.6 VARIANT=stretch
3128
- os: linux

3.6/windows/windowsservercore-1803/Dockerfile

-62
This file was deleted.

3.6/windows/windowsservercore-1809/Dockerfile

-62
This file was deleted.

3.6/windows/windowsservercore-ltsc2016/Dockerfile

-62
This file was deleted.

0 commit comments

Comments
 (0)