Add support for Python 3.12#6679
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6679 +/- ##
==========================================
- Coverage 54.33% 54.33% -0.01%
==========================================
Files 350 350
Lines 24286 24288 +2
Branches 5020 5021 +1
==========================================
Hits 13196 13196
- Misses 9885 9886 +1
- Partials 1205 1206 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
So what's the status of the PR? Why hasn't it been merged yet? @blidd-google |
|
Python 3.12 is the 'recommend' runtime for Python on Cloud Run. v2 cloud functions run on Cloud Run. https://cloud.google.com/functions/docs/concepts/python-runtime FWIW, I hacked this PR into There could of course be broader issues, such as compatibility with the Firebase Python libraries. It would be nice if someone with more knowledge could review, advise and/or merge this. We are currently developing on Python 3.12. |
|
How is this PR still unreviewed? |
97ab2e3 to
82baa0f
Compare
Fixes #6666
I've deployed a test application and verified that Python 3.12.1 was running. IDK where the integration tests are though, so I'll let the regular folks own quality control.