Skip to content
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

Remove disclaimer about GCloud Shell not supporting a python version. It currently supports 3.10. #14721

Merged
merged 1 commit into from
May 14, 2024

Conversation

Polycarbohydrate
Copy link
Contributor

Description

Removed the previous disclaimer that prevented the use of the instructions for Google Cloud Shell deployment.

Motivation and Context

#14702

How Has This Been Tested?

I went into GCloud Shell to run the command: ls /usr/bin/python*
to list the python versions.

The output was: /usr/bin/python /usr/bin/python2 /usr/bin/python2.7 /usr/bin/python3 /usr/bin/python3.10 /usr/bin/python3.10-config /usr/bin/python3-config

This shows it support python 2.7, 3, and 3.10.

Types of changes

✅ Bug fix (non-breaking change which fixes an issue)
❌ New feature (non-breaking change which adds functionality)
❌ Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

✅ I have read the CONTRIBUTING document.
✅ My code follows the code style of this project.
✅ My change requires a change to the documentation.
✅ I have updated the documentation accordingly.
✅ I have added tests to cover my changes.
✅ All new and existing tests passed.

@CLAassistant
Copy link

CLAassistant commented May 13, 2024

CLA assistant check
All committers have signed the CLA.

@jackivanov jackivanov merged commit 5a275cd into trailofbits:master May 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants