Skip to content

Commit

Permalink
Actually update trove classifiers for Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Aug 3, 2017
1 parent 56128eb commit 33a1893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def test_suite():
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 33a1893

Please sign in to comment.