From 70765ae8628ebda80486fb8223c29b8b758daf6c Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sat, 17 Jun 2017 12:11:45 +0100 Subject: [PATCH] fix: support for 3.5 and higher now that 3.6 is out --- .travis.yml | 3 ++- README.md | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51b9ca2b..63fa1c5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,9 @@ addons: env: - PYTHON_VERSION=2.7 #- PYTHON_VERSION=3.3 - - PYTHON_VERSION=3.4 + #- PYTHON_VERSION=3.4 - PYTHON_VERSION=3.5 + - PYTHON_VERSION=3.6 before_install: - wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh diff --git a/README.md b/README.md index 5a771e1b..ffbf6a34 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If that is the case, it is best to clean the repo and reinstall. [](http://www.apple.com/osx/) [](https://en.wikipedia.org/wiki/List_of_Linux_distributions) -Python 2.7, 3.4 and higher +Python 2.7, 3.5 and higher ## Citation diff --git a/setup.py b/setup.py index 82bb5fc2..318545b5 100644 --- a/setup.py +++ b/setup.py @@ -169,8 +169,8 @@ setup(name = 'GPy', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Framework :: IPython', 'Intended Audience :: Science/Research', 'Intended Audience :: Developers',