Skip to content

Commit

Permalink
Add Python 3.6 to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eliangcs committed Dec 27, 2016
1 parent c5f0328 commit e90d5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def read_requirements(filename):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
]
)

0 comments on commit e90d5be

Please sign in to comment.