Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ccbc1f5

Browse filesBrowse 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
Copy full SHA for ccbc1f5

5 files changed

-191Lines changed: 0 additions & 191 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.appveyor.yml‎

Copy file name to clipboardExpand all lines: .appveyor.yml
-2Lines changed: 0 additions & 2 deletions
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

Collapse file

‎.travis.yml‎

Copy file name to clipboardExpand all lines: .travis.yml
-3Lines changed: 0 additions & 3 deletions
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
Collapse file

‎3.6/windows/windowsservercore-1803/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.6/windows/windowsservercore-1803/Dockerfile
-62Lines changed: 0 additions & 62 deletions
This file was deleted.
Collapse file

‎3.6/windows/windowsservercore-1809/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.6/windows/windowsservercore-1809/Dockerfile
-62Lines changed: 0 additions & 62 deletions
This file was deleted.
Collapse file

‎3.6/windows/windowsservercore-ltsc2016/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.6/windows/windowsservercore-ltsc2016/Dockerfile
-62Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.