Skip to content

Commit

Permalink
setup.py: add Python 3.4 - 3.6 to classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mruffalo committed Oct 30, 2017
1 parent 058579b commit 7b80400
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],

# What does your project relate to?
Expand Down

0 comments on commit 7b80400

Please sign in to comment.