Skip to content

Commit db8f3a9

Browse files
committed
add py3.{7,8} support
1 parent 6e14a50 commit db8f3a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,16 @@ def get_message_catalogs():
6969
"Topic :: Communications :: File Sharing",
7070
"Topic :: Software Development :: Libraries :: Python Modules",
7171
"Topic :: System :: Filesystems",
72+
"Programming Language :: Python :: 2",
7273
"Programming Language :: Python :: 2.7",
74+
"Programming Language :: Python :: 3",
7375
"Programming Language :: Python :: 3.1",
7476
"Programming Language :: Python :: 3.2",
7577
"Programming Language :: Python :: 3.3",
7678
"Programming Language :: Python :: 3.4",
7779
"Programming Language :: Python :: 3.5",
7880
"Programming Language :: Python :: 3.6",
81+
"Programming Language :: Python :: 3.7",
82+
"Programming Language :: Python :: 3.8",
7983
],
8084
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py33,py34,py35,py36
2+
envlist = py27,py33,py34,py35,py36,py37,py38
33

44
[testenv]
55
commands = python setup.py test

0 commit comments

Comments
 (0)