add python 3.8 to CI

This commit is contained in:
chinskiy
2019-10-31 13:08:25 +02:00
parent 4685d0a750
commit 2b789c869a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
# commands to install dependencies
before_install:
+2
View File
@@ -74,6 +74,8 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
# What does your project relate to?