Skip to content

Commit 25a07d3

Browse files
committed
Remove restriction to certain python versions from setup.py (see issue #2)
1 parent 1c28894 commit 25a07d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
import sys
77
from setuptools import setup
88

9-
# check python version.
10-
if not sys.version_info[:2] in ((2, 7), (3, 3), (3, 4)):
11-
sys.exit('%s requires Python 2.7, 3.3, or 3.4' % 'feedinlib')
12-
139
setup(name='windpowerlib',
1410
version='0.0.2dev',
1511
description='Creating time series from wind power plants.',

0 commit comments

Comments
 (0)