Skip to content

Commit 4a7a103

Browse files
djhoeseshoyer
authored andcommitted
Add python_requires to setup.py (#2465)
1 parent 3cef8d7 commit 4a7a103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
install_requires=INSTALL_REQUIRES,
7070
tests_require=TESTS_REQUIRE,
7171
url=URL,
72+
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
7273
packages=find_packages(),
7374
package_data={'xarray': ['tests/data/*']})

0 commit comments

Comments
 (0)