Skip to content

Commit

Permalink
removed Python 3.4 support (#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored and chivee committed Mar 20, 2019
1 parent babe8b3 commit 7a89d00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Expand Up @@ -20,7 +20,6 @@ install:
- ps: >-
switch ($env:PYTHON_VERSION) {
"2.7" {$env:MINICONDA = """C:\Miniconda-x64"""}
"3.4" {$env:MINICONDA = """C:\Miniconda34-x64"""}
"3.5" {$env:MINICONDA = """C:\Miniconda35-x64"""}
"3.6" {$env:MINICONDA = """C:\Miniconda36-x64"""}
"3.7" {$env:MINICONDA = """C:\Miniconda37-x64"""}
Expand Down
1 change: 0 additions & 1 deletion python-package/setup.py
Expand Up @@ -331,7 +331,6 @@ def run(self):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 7a89d00

Please sign in to comment.