Skip to content

Commit 3a3e0aa

Browse files
committed
BLD: anticipate later Python-s for conda-build
Make it easier to set for what Python versions should conda-build build.
1 parent b993597 commit 3a3e0aa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python:
2+
- 2.7

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ app:
2828

2929
requirements:
3030
build:
31-
- python
31+
- python {{ python }}
3232
- setuptools
3333
- diffpy.pdffit2
3434
- diffpy.structure 1.*

0 commit comments

Comments
 (0)