Merge pull request #120 from chinskiy/python38

add python 3.8 to CI
This commit is contained in:
Sean Whalen
2019-11-01 09:10:29 -04:00
committed by GitHub
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?