Re: Drop Python 3.5 support?

2019-11-17 Thread Jarek Potiuk
>>>>> - > > >>>>>>>>>>>> ( > > >>>>>>>>>>>>> https://pypistats.org/packages/apache-airflow), but I > > >>>>&

Re: Drop Python 3.5 support?

2019-11-13 Thread Chao-Han Tsai
>>>>>> https://pypistats.org/packages/apache-airflow), but I > >>>>>> think they > >>>>>>>>> are > >>>>>>>>>>>> kind > >>>>>>>>>>>>

Re: Drop Python 3.5 support?

2019-11-12 Thread Bolke de Bruin
, but I >>>>>> think they >>>>>>>>> are >>>>>>>>>>>> kind >>>>>>>>>>>>> of indicative numbers for potential users of 2.0. >>>>>>>>>>>>> They sh

Re: Drop Python 3.5 support?

2019-11-12 Thread Driesprong, Fokko
hat matter for > > > > >Airflow: > > > > >>> > > > > > > > > > >>> > > > > > - Formatted string literals : > > > > >>> > > > > > > > > > >>> > > > > >

Re: Drop Python 3.5 support?

2019-11-12 Thread Tao Feng
>>> > > > > > > > > >>> > > > > > > > > >>> > > > > > > > >>> > > > > > > >>> > > > > > >>> > > > > > > > > > >

Re: Drop Python 3.5 support?

2019-11-12 Thread Jarek Potiuk
t;>> > > > > > > > >>> > > > > > > >>> > > > > > >>> > > > > >>> > > > > > > > https://docs.python.org/3/whatsnew/3.6.html#pep-498-formatted-string-literals > > >>>

Re: Drop Python 3.5 support?

2019-11-12 Thread Kevin Yang
pep-498-formatted-string-literals > >>> > > > > > (my > >>> > > > > > favourite one) > >>> > > > > > - Type annotations for variables : > >>> > > > > > > >>> > > > &

Re: Drop Python 3.5 support?

2019-11-12 Thread Ash Berlin-Taylor
t;>> > > > >>> > > >>> > >https://docs.python.org/3/whatsnew/3.6.html#pep-526-syntax-for-variable-annotations >>> > > > > > - >>> > > >

Re: Drop Python 3.5 support?

2019-11-12 Thread Felix Uellendall
ly >> > > > > > place we >> > > > > > have to leave ugly comments rather than annotations. >> > > > > > - Path-like types: >> > > > > > >> > > > > > >> > > > > >> > > > >&

Re: Drop Python 3.5 support?

2019-11-12 Thread Kamil BreguĊ‚a
cs.python.org/3/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol > > > > > > - > > > > > >nicer handling of file access > > > > > >- Local Time disambiguation: > > > > > > > > >

Re: Drop Python 3.5 support?

2019-11-12 Thread Kaxil Naik
; > > > > > > > > > > > > > https://docs.python.org/3/whatsnew/3.6.html#pep-519-adding-a-file-system-path-protocol > > > > > - > > > > >nicer handling of file access > > > > >- Local Time disambiguation: &

Re: Drop Python 3.5 support?

2019-11-12 Thread Dan Davydov
;nicer handling of file access > > > >- Local Time disambiguation: > > > > > > > > > > > > > > https://docs.python.org/3/whatsnew/3.6.html#pep-495-local-time-disambiguation > > > > - > > > > this had already caus

Re: Drop Python 3.5 support?

2019-11-12 Thread Jarek Potiuk
#pep-495-local-time-disambiguation > > > - > > >this had already caused problems in the past (I fixed a problem > where > > >pendulum and datetime objects were mixed and caused wrong behaviour > on > > > 3.5) > > >- Json loads supports binary f

Re: Drop Python 3.5 support?

2019-11-12 Thread Christian Lellmann
ts were mixed and caused wrong behaviour on > > 3.5) > >- Json loads supports binary format - > >https://docs.python.org/3/whatsnew/3.6.html#json - this has already > >bitten us as well. there was code working fine in py2.7 and 3.6 but > not > > wor

Re: Drop Python 3.5 support?

2019-11-12 Thread Bolke de Bruin
GitLab > fix will be out in 10 days or so and we will be able to start testing > migration to it). > > J.. > > On Tue, Nov 12, 2019 at 10:00 PM Bolke de Bruin wrote: > > > Hi All, > > > > Can we drop python 3.5 support and switch to 3.6 as a minimum? > > > > Cheers > > Bolke > > > > > -- > > Jarek Potiuk > Polidea <https://www.polidea.com/> | Principal Software Engineer > > M: +48 660 796 129 <+48660796129> > [image: Polidea] <https://www.polidea.com/> >

Re: Drop Python 3.5 support?

2019-11-12 Thread Jarek Potiuk
ll be out in 10 days or so and we will be able to start testing migration to it). J.. On Tue, Nov 12, 2019 at 10:00 PM Bolke de Bruin wrote: > Hi All, > > Can we drop python 3.5 support and switch to 3.6 as a minimum? > > Cheers > Bolke > -- Jarek Potiuk Polide

Re: Drop Python 3.5 support?

2019-11-12 Thread Maxime Beauchemin
+1 On Tue, Nov 12, 2019, 1:00 PM Bolke de Bruin wrote: > Hi All, > > Can we drop python 3.5 support and switch to 3.6 as a minimum? > > Cheers > Bolke >

Drop Python 3.5 support?

2019-11-12 Thread Bolke de Bruin
Hi All, Can we drop python 3.5 support and switch to 3.6 as a minimum? Cheers Bolke