-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Add an App Engine Flexiable Python application. It is to demonstrate … #9191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…the newly released Python 3.10 runtime on Ubuntu 22. Documentation changes have been published to https://cloud.google.com/appengine/docs/flexible/python/runtime.
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
Tests failed. I'm taking a look. |
|
All checks have passed. Please take a look m-strzelczyk. |
Friendly ping. |
HI @engelke, seems like @m-strzelczyk is out this week. Do you mind take a look? |
# # Licensed under the Apache License, Version 2.0 (the "License"); | ||
# # you may not use this file except in compliance with the License. | ||
# # You may obtain a copy of the License at | ||
# # | ||
# # http://www.apache.org/licenses/LICENSE-2.0 | ||
# # | ||
# # Unless required by applicable law or agreed to in writing, software | ||
# # distributed under the License is distributed on an "AS IS" BASIS, | ||
# # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# # See the License for the specific language governing permissions and | ||
# # limitations under the License. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the repeated #
in license header in this file and the others where it's doubled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching that! I've fixed this problem in main.py and main_test.py. PTAL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#9191) * Add an App Engine Flexiable Python application. It is to demonstrate the newly released Python 3.10 runtime on Ubuntu 22. Documentation changes have been published to https://cloud.google.com/appengine/docs/flexible/python/runtime. * Update copyright holder and license header. * Attempt to fix nox tests. * Add python type annotation. * Update the license header.
Add an App Engine Flexiable Python application. It is to demonstrate the newly released Python 3.10 runtime on Ubuntu 22.
Documentation changes have been published to https://cloud.google.com/appengine/docs/flexible/python/runtime.
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
I'm associated with Google and App Engine.
Checklist
nox -s py-3.9
(see Test Environment Setup). Answer: Tested withnox -s py-3.10
.nox -s lint
(see Test Environment Setup)