Commit 7a89d005 authored by Nikita Titov's avatar Nikita Titov Committed by Qiwei Ye
Browse files

removed Python 3.4 support (#2051)

parent babe8b31
...@@ -20,7 +20,6 @@ install: ...@@ -20,7 +20,6 @@ install:
- ps: >- - ps: >-
switch ($env:PYTHON_VERSION) { switch ($env:PYTHON_VERSION) {
"2.7" {$env:MINICONDA = """C:\Miniconda-x64"""} "2.7" {$env:MINICONDA = """C:\Miniconda-x64"""}
"3.4" {$env:MINICONDA = """C:\Miniconda34-x64"""}
"3.5" {$env:MINICONDA = """C:\Miniconda35-x64"""} "3.5" {$env:MINICONDA = """C:\Miniconda35-x64"""}
"3.6" {$env:MINICONDA = """C:\Miniconda36-x64"""} "3.6" {$env:MINICONDA = """C:\Miniconda36-x64"""}
"3.7" {$env:MINICONDA = """C:\Miniconda37-x64"""} "3.7" {$env:MINICONDA = """C:\Miniconda37-x64"""}
......
...@@ -331,7 +331,6 @@ if __name__ == "__main__": ...@@ -331,7 +331,6 @@ if __name__ == "__main__":
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment