From 9159594a3cd80f5cccc9bb93fa3fc51c24d742f4 Mon Sep 17 00:00:00 2001 From: ran Date: Mon, 29 Apr 2019 18:16:59 +0300 Subject: [PATCH] removed p3.4 from travis --- .travis.yml | 1 - README.rst | 2 +- setup.py | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1550771c0..14da90d4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ fast_finish: true matrix: include: - python: 2.7 - - python: 3.4 - python: 3.5 - python: 3.6 - python: 3.7 diff --git a/README.rst b/README.rst index beca04691..63afd2c6d 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Yahoo! Finance Fix for Pandas Datareader ======================================== -.. image:: https://img.shields.io/badge/python-2.7,%203.5+-blue.svg?style=flat +.. image:: https://img.shields.io/badge/python-2.7,%203.4+-blue.svg?style=flat :target: https://pypi.python.org/pypi/fix-yahoo-finance :alt: Python version diff --git a/setup.py b/setup.py index b1eb02b66..e113ff96c 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ 'Topic :: Software Development :: Libraries :: Python Modules', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',