Skip to content

Commit 7ff0809

Browse files
Removed Python 2 support from build script. Fixes issue #44.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent 2eca369 commit 7ff0809

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ def read(fname):
9494
download_url = 'https://github.com/intrepidcs/python_ics/releases',
9595
ext_modules = [module],
9696
classifiers = [
97-
'Programming Language :: Python :: 2',
98-
'Programming Language :: Python :: 2.7',
9997
'Programming Language :: Python :: 3',
10098
'Programming Language :: Python :: 3.3',
10199
'Programming Language :: Python :: 3.4',

0 commit comments

Comments
 (0)