conda: restrict python to 3.5.* explicitly.
This commit is contained in:
parent
051350e277
commit
acfbcb28ca
|
@ -14,9 +14,9 @@ build:
|
|||
|
||||
requirements:
|
||||
build:
|
||||
- python
|
||||
- python 3.5.*
|
||||
run:
|
||||
- python
|
||||
- python 3.5.*
|
||||
|
||||
test:
|
||||
imports:
|
||||
|
|
Loading…
Reference in New Issue