Skip to content

Commit e658296

Browse files
committed
update python versions in setup classifiers
(add python 3.7 and remove 3.4)
1 parent 4f5872c commit e658296

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import os
44
from setuptools import setup, find_packages
55

6+
67
def readlocal(fname):
78
return open(os.path.join(os.path.dirname(__file__), fname)).read()
89

@@ -35,9 +36,9 @@ def readlocal(fname):
3536
'Programming Language :: Python :: 2',
3637
'Programming Language :: Python :: 2.7',
3738
'Programming Language :: Python :: 3',
38-
'Programming Language :: Python :: 3.4',
3939
'Programming Language :: Python :: 3.5',
4040
'Programming Language :: Python :: 3.6',
41+
'Programming Language :: Python :: 3.7',
4142
'Topic :: Scientific/Engineering',
4243
'Topic :: Software Development :: Libraries',
4344
]

0 commit comments

Comments
 (0)