Does Google App Engine support Python 3?

前端 未结 6 838
天命终不由人
天命终不由人 2020-12-15 02:30

I started learning Python 3.4 and would like to start using libraries as well as Google App Engine, but the majority of Python

6条回答
  •  心在旅途
    2020-12-15 03:21

    YES! Google App engine supports python v3, you need to set up flexible environments.

    I got a chance to deploy my application on app engine and It's using python 3.6 runtime and works smoothly... :)

提交回复
热议问题