Skip to content

Commit 8ae04d5

Browse files
committed
Added support of python3.4 and python3.5 in setup.py
1 parent 2b447c7 commit 8ae04d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ 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',
223+
'Programming Language :: Python :: 3.4',
222224
'Programming Language :: Python :: 3.5',
223225
'Programming Language :: Python :: Implementation :: CPython',
224226
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)