TurboGears by itself runs on Python3.5 and it's tested against it ( https://travis-ci.org/TurboGears/tg2 ). Issue is that Genshi currently doesn't support Python3.5 so if you started your project with Genshi you won't be able to make it work further than 3.4.
Also keep in mind that each tgext and tgapp is separate from TurboGears so it might or might not have support for Python3 currently. On Sun, May 1, 2016 at 3:05 AM, pkraus <[email protected]> wrote: > Any issues with using python 3.5? I am python 2.7 guy and going to make > the jump to python 3 finally just wanted to check to make sure python 3.5 > was supported all i could find was a reference to 3.4. > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

