Cover Python 3.7 and 3.8

a-bit-of-packaging
Sebastian Pipping 4 years ago
parent 8fe46c42a7
commit 864b2161b1

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

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

Loading…
Cancel
Save