Skip to content

Commit

Permalink
Update Python version classifiers in setup.py
Browse files Browse the repository at this point in the history
Fixes #437
  • Loading branch information
jdufresne committed Aug 27, 2016
1 parent ced30ce commit 5375143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,9 +34,9 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 5375143

Please sign in to comment.