From acfbcb28ca5f69921229c1879b5844066300f738 Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 22 Oct 2015 12:31:56 +0300 Subject: [PATCH] conda: restrict python to 3.5.* explicitly. --- conda/migen/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/migen/meta.yaml b/conda/migen/meta.yaml index 4bc1277ba..368291e20 100644 --- a/conda/migen/meta.yaml +++ b/conda/migen/meta.yaml @@ -14,9 +14,9 @@ build: requirements: build: - - python + - python 3.5.* run: - - python + - python 3.5.* test: imports: