Skip to content

Commit

Permalink
Merge pull request #44 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Note explicit support for Python 3.5 and 3.6
  • Loading branch information
mpdavis authored May 3, 2017
2 parents 069e684 + 63a469b commit 7403dff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def get_install_requires():
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Utilities',
],
Expand Down

0 comments on commit 7403dff

Please sign in to comment.