Skip to content

Commit 38ac553

Browse files
committed
Fix conda-build issues: remove Python 2.7 as a conda-build target on macOS
1 parent 4f450de commit 38ac553

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

conda/conda_build_config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
python:
2-
- 2.7
3-
# - 3.4
2+
- 2.7 # [win or linux64]
43
- 3.5
54
- 3.6
65
- 3.7

conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package:
33
version: "0.10.2"
44

55
source:
6-
git_rev: "0.10.2"
7-
git_url: https://github.com/dss-extensions/dss_python.git
8-
#path: ..
6+
#git_rev: "0.10.2"
7+
#git_url: https://github.com/dss-extensions/dss_python.git
8+
path: ..
99

1010
build:
1111
script_env:

0 commit comments

Comments
 (0)