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

Python 3.11 Support for GCP Integration #2477

Closed
mjedmonds opened this issue Nov 1, 2023 · 2 comments
Closed

Python 3.11 Support for GCP Integration #2477

mjedmonds opened this issue Nov 1, 2023 · 2 comments
Labels
Enhancement New feature or request

Comments

@mjedmonds
Copy link

Problem Statement

Support for Python 3.11 with GCP Cloud Function Integration.

Solution Brainstorm

I thought that python 3.11 would be supported now due to this PR: #2300

However, I can't seem to integration sentry with a python 3.11 gcp cloud function. I dug around in the code a bit and found this:

"GcpIntegration currently supports only Python 3.7 runtime environment."

Which makes me think it may not be supported still. Is python 3.11 enabled for GCP cloud functions? How much effort would it be to enable support for python versions > 3.7.

@mjedmonds mjedmonds added the Enhancement New feature or request label Nov 1, 2023
@sentrivana
Copy link
Contributor

Hey @mjedmonds, for GCP Cloud Functions we only support 3.7 at the moment. We'll have to investigate what changes are necessary to support newer runtimes.

@sentrivana
Copy link
Contributor

I've noticed we already have an issue for this, so closing this in favor of #1667

@sentrivana sentrivana closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants