Add Py3.8 to docs (#1824)

This commit is contained in:
Bibo-Joshi 2020-03-11 22:36:34 +01:00 committed by GitHub
parent 28ded6718e
commit eac7f02211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,5 +63,6 @@ with codecs.open('README.rst', 'r', 'utf-8') as fd:
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],)