Cover Python 3.7 and 3.8

This commit is contained in:
Sebastian Pipping 2020-02-11 22:14:27 +01:00
parent 8fe46c42a7
commit 864b2161b1
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Communications',
'Topic :: Communications :: File Sharing',
'Topic :: Internet',

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py36
envlist = py27,py36,py37,py38
[testenv]
deps =