Skip to content

Commit 2774f60

Browse files
committed
Building: Leave only PyPI wheels for Python 2.7 on Windows.
1 parent 7ce7142 commit 2774f60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

conda/conda_build_config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
python:
2-
- 2.7 # [win or linux64]
3-
- 3.5
4-
- 3.6
5-
- 3.7
6-
1+
python:
2+
- 2.7 # [linux64]
3+
- 3.5
4+
- 3.6
5+
- 3.7
6+

0 commit comments

Comments
 (0)