This commit is contained in:
Eric Kalosa-Kenyon 2021-02-06 17:14:31 -08:00 committed by Neil Lawrence
parent 426ba1dc27
commit 9c69b8c6fe
3 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,7 @@ env:
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7
- PYTHON_VERSION=3.8
- PYTHON_VERSION=3.9
before_install:
- wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh

View file

@ -13,6 +13,8 @@ environment:
MINICONDA: C:\Miniconda36-x64
- PYTHON_VERSION: 3.8
MINICONDA: C:\Miniconda36-x64
- PYTHON_VERSION: 3.9
MINICONDA: C:\Miniconda36-x64
#configuration:
# - Debug

View file

@ -191,6 +191,7 @@ setup(name = 'GPy',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Framework :: IPython',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',