Skip to content

Commit a5e9819

Browse files
author
Colin Deasy
committed
Add python 3.5 and 3.6 classifier in setup.py
1 parent 9adf704 commit a5e9819

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@ def run_setup(extensions):
424424
'Programming Language :: Python :: 2.7',
425425
'Programming Language :: Python :: 3.3',
426426
'Programming Language :: Python :: 3.4',
427+
'Programming Language :: Python :: 3.5',
428+
'Programming Language :: Python :: 3.6',
427429
'Programming Language :: Python :: Implementation :: CPython',
428430
'Programming Language :: Python :: Implementation :: PyPy',
429431
'Topic :: Software Development :: Libraries :: Python Modules'

0 commit comments

Comments
 (0)