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

@ -185,6 +185,7 @@ setup(name = 'GPy',
'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',