travis, appveyor: Add Python 3.8 build

This commit is contained in:
Julien Bect 2020-05-05 22:17:05 +02:00
parent 8b74bbf6b9
commit 4aa2ea9f5e
3 changed files with 4 additions and 0 deletions

View file

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

View file

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

View file

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