Skip to content

Commit

Permalink
#6474 removed python 2 and added python 3.6 to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsdnns committed Dec 7, 2017
1 parent e7a8fb9 commit e2bbce4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions beakerx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'Topic :: Multimedia :: Graphics',
'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',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit e2bbce4

Please sign in to comment.