From: whitequark Date: Thu, 22 Oct 2015 09:31:56 +0000 (+0300) Subject: conda: restrict python to 3.5.* explicitly. X-Git-Tag: 24jan2021_ls180~2099^2~3^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44e5c689c76733c49e7b2d704a1ab6d17e55116a;p=litex.git conda: restrict python to 3.5.* explicitly. --- diff --git a/conda/migen/meta.yaml b/conda/migen/meta.yaml index 70658a18..1f95f40e 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: