mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
travis, appveyor: Add Python 3.8 build
This commit is contained in:
parent
8b74bbf6b9
commit
4aa2ea9f5e
3 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
1
setup.py
1
setup.py
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue