Skip to content

chore(appengine) Remove deprecated samples directory#13833

Draft
XrossFox wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
XrossFox:delete-python-3.7-and-earlier-dir
Draft

chore(appengine) Remove deprecated samples directory#13833
XrossFox wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
XrossFox:delete-python-3.7-and-earlier-dir

Conversation

@XrossFox
Copy link
Contributor

@XrossFox XrossFox commented Feb 16, 2026

Description

Removal of appengine/flexible_python37_and_earlier path for deprecation.

b/475332253

Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.

Checklist

Removal of appengine/flexible_python37_and_earlier path for deprecation.
As per my search on Code Search, there are no samples using these deprecated code snippets anymore.
b/475332253
@product-auto-label product-auto-label bot added samples Issues that are directly related to samples. api: appengine Issues related to the App Engine Admin API API. labels Feb 16, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @XrossFox, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request completes the final step in a deprecation process by removing all sample code and associated configuration files that supported Python 3.7 and earlier versions within the App Engine flexible environment. These samples were identified as no longer being used, and their removal simplifies the codebase and focuses resources on currently supported environments.

Highlights

  • Deprecation Cleanup: Removed all samples located under the appengine/flexible_python37_and_earlier path, as they are no longer in use and have been officially deprecated.
  • Codebase Simplification: Streamlined the repository by eliminating outdated Python 3.7 and earlier App Engine flexible environment examples, reducing maintenance overhead.
Changelog
  • appengine/flexible_python37_and_earlier/
    • Removed README.md
  • appengine/flexible_python37_and_earlier/analytics/
    • Removed README.md
    • Removed app.yaml
    • Removed main.py
    • Removed main_test.py
    • Removed noxfile_config.py
    • Removed requirements-test.txt
    • Removed requirements.txt
  • appengine/flexible_python37_and_earlier/hello_world/
    • Removed app.yaml
    • Removed main.py
    • Removed main_test.py
    • Removed noxfile_config.py
    • Removed requirements-test.txt
    • Removed requirements.txt
  • appengine/flexible_python37_and_earlier/hello_world_django/
    • Removed .gitignore
    • Removed README.md
    • Removed app.yaml
    • Removed helloworld/views.py
    • Removed manage.py
    • Removed noxfile_config.py
    • Removed project_name/settings.py
    • Removed project_name/urls.py
    • Removed project_name/wsgi.py
    • Removed requirements-test.txt
    • Removed requirements.txt
  • appengine/flexible_python37_and_earlier/metadata/
    • Removed app.yaml
    • Removed main.py
    • Removed main_test.py
    • Removed noxfile_config.py
    • Removed requirements-test.txt
    • Removed requirements.txt
  • appengine/flexible_python37_and_earlier/multiple_services/
    • Removed README.md
  • appengine/flexible_python37_and_earlier/multiple_services/gateway-service/
    • Removed app.yaml
    • Removed main.py
    • Removed requirements-test.txt
    • Removed requirements.txt
    • Removed services_config.py
  • appengine/flexible_python37_and_earlier/multiple_services/static-service/
    • Removed app.yaml
    • Removed main.py
    • Removed requirements-test.txt
    • Removed requirements.txt
    • Removed static/index.html
    • Removed static/index.js
    • Removed static/style.css
  • appengine/flexible_python37_and_earlier/numpy/
    • Removed app.yaml
    • Removed main.py
    • Removed main_test.py
    • Removed noxfile_config.py
    • Removed requirements-test.txt
    • Removed requirements.txt
  • appengine/flexible_python37_and_earlier/pubsub/
    • Removed README.md
    • Removed app.yaml
    • Removed main.py
    • Removed main_test.py
    • Removed noxfile_config.py
    • Removed requirements-test.txt
    • Removed requirements.txt
    • Removed sample_message.json
    • Removed templates/index.html
  • appengine/flexible_python37_and_earlier/scipy/
    • Removed .gitignore
    • Removed README.md
    • Removed app.yaml
    • Removed main.py
    • Removed main_test.py
    • Removed noxfile_config.py
    • Removed requirements-test.txt
    • Removed requirements.txt
  • appengine/flexible_python37_and_earlier/static_files/
    • Removed README.md
    • Removed app.yaml
    • Removed main.py
    • Removed main_test.py
    • Removed noxfile_config.py
    • Removed requirements-test.txt
    • Removed requirements.txt
    • Removed static/main.css
    • Removed templates/index.html
  • appengine/flexible_python37_and_earlier/twilio/
    • Removed README.md
    • Removed app.yaml
    • Removed main.py
    • Removed main_test.py
    • Removed noxfile_config.py
    • Removed requirements-test.txt
    • Removed requirements.txt
Activity
  • The pull request aims to remove deprecated samples from the appengine/flexible_python37_and_earlier path.
  • The author confirmed that no samples are currently using these deprecated code snippets.
  • This change is the final step in a series of previous tasks related to this deprecation, tracked by b/475332253.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the deprecated samples located in the appengine/flexible_python37_and_earlier directory. The changes are straightforward and align with the goal of removing outdated code. This is a good cleanup task.

I noticed that appengine/flexible/README.md still contains a reference to the deleted directory on lines 10-11. This will result in a broken link. I recommend creating a follow-up pull request to remove this reference.

The file deletions in this PR are correct.

@XrossFox XrossFox changed the title Remove deprecated samples chore(appengine) Remove deprecated samples directory Feb 16, 2026
@iennae iennae added the snippet-bot:force-run Force snippet-bot runs its logic label Feb 17, 2026
@snippet-bot snippet-bot bot removed the snippet-bot:force-run Force snippet-bot runs its logic label Feb 17, 2026
@snippet-bot
Copy link

snippet-bot bot commented Feb 17, 2026

Here is the summary of changes.

You are about to delete 13 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: appengine Issues related to the App Engine Admin API API. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants