Skip to content

Commit a13cafe

Browse files
committed
Removed support of python3.3 and added support for python3.6
1 parent 8ae04d5 commit a13cafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ def find_make(alt=('gmake', 'gnumake', 'make', 'nmake')):
219219
'Operating System :: Microsoft :: Windows',
220220
'Programming Language :: C',
221221
'Programming Language :: Python :: 2.7',
222-
'Programming Language :: Python :: 3.3',
223222
'Programming Language :: Python :: 3.4',
224223
'Programming Language :: Python :: 3.5',
224+
'Programming Language :: Python :: 3.6',
225225
'Programming Language :: Python :: Implementation :: CPython',
226226
'Intended Audience :: Developers',
227227
'License :: OSI Approved :: Mozilla Public License 1.0 (MPL)',

0 commit comments

Comments
 (0)