Skip to content

Commit 1ae441a

Browse files
committed
Added supported python versions
1 parent 842e7ba commit 1ae441a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
from distutils.core import setup
1010

11-
VERSION = '1.0.9'
11+
VERSION = '1.0.10'
1212

1313
setup(
1414
name='trender',
@@ -34,6 +34,10 @@
3434
'Programming Language :: Python :: 3.3',
3535
'Programming Language :: Python :: 3.4',
3636
'Programming Language :: Python :: 3.5',
37+
'Programming Language :: Python :: 3.6',
38+
'Programming Language :: Python :: 3.7',
39+
'Programming Language :: Python :: 3.8',
40+
'Programming Language :: Python :: 3.9',
3741
'Programming Language :: Python :: 3 :: Only',
3842
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
3943
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)