mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
added python 3.9 build following 4aa2ea9f5e to address https://github.com/SheffieldML/GPy/issues/881
This commit is contained in:
parent
426ba1dc27
commit
9c69b8c6fe
3 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue