From 7b1fdef84dac7b709be3beb10e89edeafbde4d10 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 25 Jul 2017 04:53:18 +0300 Subject: [PATCH] I forgot that sugar for the types annotation of variable was added to Python 3.6 --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index b13926f2..3fabb664 100644 --- a/environment.yml +++ b/environment.yml @@ -1,9 +1,9 @@ -name: py35 +name: py36 channels: - conda-forge - default dependencies: - - python=3.5 + - python=3.6 - sphinx=1.5.3 - sphinx_rtd_theme=0.2.4 - pip