现在我已经在我的mac dev笔记本电脑上升级了python,如何清除警告消息 Your python27 micro version is below 2.7.12, our current production version . 如果忽略它,这会成为GAE 生产环境 环境中的问题吗?

GAE Python dev服务器启动日志显示: -

*** Running dev_appserver with the following flags:
    --skip_sdk_update_check=yes --port=13080 --admin_port=8000 --host=0.0.0.0 --log_level=debug
Python command: /usr/bin/python2.7
INFO     2018-04-19 23:58:30,155 devappserver2.py:120] Skipping SDK update check.
WARNING  2018-04-19 23:58:30,484 simple_search_stub.py:1196] Could not read search indexes from /var/folders/x2/[id]/T/appengine.smi-app.bwilliams/search_indexes
INFO     2018-04-19 23:58:30,490 api_server.py:274] Starting API server at: http://localhost:50775
WARNING  2018-04-19 23:58:30,491 dispatcher.py:352] Your python27 micro version is below 2.7.12, our current production version.
INFO     2018-04-19 23:58:30,503 dispatcher.py:270] Starting module "default" running at: http://0.0.0.0:13080
INFO     2018-04-19 23:58:30,509 admin_server.py:152] Starting admin server at: http://localhost:8000

我按照这些说明升级了我的开发服务器https://cloud.google.com/appengine/docs/standard/python/quickstarthttps://cloud.google.com/python/setup

$ sw_vers

ProductName:    Mac OS X
ProductVersion: 10.13.4
BuildVersion:   17E199

$ python2 -V

Python 2.7.14

$ python3 -V

Python 3.6.5

我看过与installing third party libraries有关的帖子,但是在日志中没有看到任何证据表明这是问题所在 .