Skip to content

Commit a82ed38

Browse files
committed
update python versions in setup classifiers
(add python 3.7 and remove 3.4)
1 parent 82ed8b3 commit a82ed38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def readlocal(fname):
3333
'Programming Language :: Python :: 2',
3434
'Programming Language :: Python :: 2.7',
3535
'Programming Language :: Python :: 3',
36-
'Programming Language :: Python :: 3.4',
3736
'Programming Language :: Python :: 3.5',
3837
'Programming Language :: Python :: 3.6',
38+
'Programming Language :: Python :: 3.7',
3939
'Topic :: Scientific/Engineering',
4040
'Topic :: Software Development :: Libraries',
4141
]

0 commit comments

Comments
 (0)