Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Add the Python 3.7 trove classifier and drop the 3.4 one
Browse files Browse the repository at this point in the history
Closes #205
  • Loading branch information
brettcannon committed May 6, 2019
1 parent 19e42a5 commit cc28a61
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 @@ -36,9 +36,9 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit cc28a61

Please sign in to comment.