Skip to content

Commit 058579b

Browse files
committed
setup.py: drop Python 3 check
1 parent a9ebea2 commit 058579b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66

77
here = path.abspath(path.dirname(__file__))
88

9-
# Make sure isn't using Python 3, since we currently don't support that
10-
import sys
11-
if not sys.version_info[0] == 2:
12-
sys.exit("Apologies! Python 3 isn't supported yet.")
13-
149
setup(
1510
name='cmapPy',
1611

0 commit comments

Comments
 (0)