diff --git a/.travis.yml b/.travis.yml
index 038bab01..36c3c74f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,12 +14,10 @@ addons:
# - "$HOME/install/"
env:
- - PYTHON_VERSION=2.7
- #- PYTHON_VERSION=3.3
- #- PYTHON_VERSION=3.4
- PYTHON_VERSION=3.5
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7
+ - PYTHON_VERSION=3.8
before_install:
- wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh
diff --git a/README.md b/README.md
index 0a00823f..386087c2 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.5 and higher
+Python 3.5 and higher
## Citation
diff --git a/appveyor.yml b/appveyor.yml
index d212e3b4..633184da 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,14 +5,14 @@ environment:
secure: d3Luic/ESkGaWnZrvWZTKrzO+xaVwJWaRCEP0F+K/9DQGPSRZsJ/Du5g3s4XF+tS
gpy_version: 1.9.9
matrix:
- - PYTHON_VERSION: 2.7
- MINICONDA: C:\Miniconda-x64
- PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda35-x64
- PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda36-x64
- PYTHON_VERSION: 3.7
MINICONDA: C:\Miniconda36-x64
+ - PYTHON_VERSION: 3.8
+ MINICONDA: C:\Miniconda36-x64
#configuration:
# - Debug
diff --git a/setup.py b/setup.py
index abc4b4b4..58fe7945 100644
--- a/setup.py
+++ b/setup.py
@@ -182,9 +182,10 @@ setup(name = 'GPy',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
- 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Framework :: IPython',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',