Re: Switching minimum support version from python 3.4 -> 3.5

2017-12-20 Thread Bolke de Bruin
Done: - Set Python 3.5 and removed Python 3.4 - Disabled DASK tests due to errors Bolke. > On 19 Dec 2017, at 19:23, Arthur Wiedmer wrote: > > +1 as well. > > On Tue, Dec 19, 2017 at 10:19 AM, Dan Davydov < > dan.davy...@airbnb.com.invalid> wrote: > >> Sounds good to me >> >> On Tue, Dec 19

Re: Switching minimum support version from python 3.4 -> 3.5

2017-12-19 Thread Arthur Wiedmer
+1 as well. On Tue, Dec 19, 2017 at 10:19 AM, Dan Davydov < dan.davy...@airbnb.com.invalid> wrote: > Sounds good to me > > On Tue, Dec 19, 2017 at 10:18 AM Chris Riccomini > wrote: > > > :thumbsup: > > > > On Tue, Dec 19, 2017 at 5:19 AM, Bolke de Bruin > wrote: > > > > > Hi All, > > > > > > We

Re: Switching minimum support version from python 3.4 -> 3.5

2017-12-19 Thread Dan Davydov
Sounds good to me On Tue, Dec 19, 2017 at 10:18 AM Chris Riccomini wrote: > :thumbsup: > > On Tue, Dec 19, 2017 at 5:19 AM, Bolke de Bruin wrote: > > > Hi All, > > > > We have some issues on Travis with issues around distributed and task, > > these are related to Python 3.4. As Python 3.4 is no

Re: Switching minimum support version from python 3.4 -> 3.5

2017-12-19 Thread Chris Riccomini
:thumbsup: On Tue, Dec 19, 2017 at 5:19 AM, Bolke de Bruin wrote: > Hi All, > > We have some issues on Travis with issues around distributed and task, > these are related to Python 3.4. As Python 3.4 is not very popular ( > https://user-images.githubusercontent.com/306380/ > 29750903-f891cb2a-8b

Switching minimum support version from python 3.4 -> 3.5

2017-12-19 Thread Bolke de Bruin
Hi All, We have some issues on Travis with issues around distributed and task, these are related to Python 3.4. As Python 3.4 is not very popular (https://user-images.githubusercontent.com/306380/29750903-f891cb2a-8b15-11e7-84cc-e26ce5b1e095.png) I am switching the builds to Python 3.5 as a min