Python3.7 support
See original GitHub issueIs it possible to a deploy a python lambda using python3.7 runtime? I’ve been looking at a few posts (https://github.com/zeit/now/issues/2849, https://spectrum.chat/zeit/now/issue-with-now-json-on-a-monorepo-with-python-3-7-and-flask~7e566987-b4d5-4134-af13-a1c1672925d6) which seem to suggest it should be possible (both in dev
and deployed).
But the python/build code suggests that only 3.6 is supported in deployment. https://github.com/zeit/now/blob/db1a2e6482e134a2956a1fa6b2dddda5861e2eea/packages/now-python/src/index.ts#L178-L185
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:23 (12 by maintainers)
Top Results From Across the Web
Status of Python Versions - Python Developer's Guide
By default, the end-of-life is scheduled 5 years after the first release, but can be adjusted by the release manager of each branch....
Read more >Python - endoflife.date
Release Released Security Support
3.11 2 months ago. (24 Oct 2022) Ends in 4 years and 10 months. (24 Oct 2...
3.10 1 year and...
Read more >Is there official guide for Python 3.x release lifecycle?
Python 3.9: security fixes only, no bug fixes will be provided; End Of Life: 2025-10; Python 3.10: security fixes AND bug fixes will...
Read more >Python 3 Support — Click Documentation (7.x)
Python 3 Support ¶. Click supports Python 3, but like all other command line utility libraries, it suffers from the Unicode text model...
Read more >Python support policy updates for AWS SDKs and Tools
Overview ; 3.8 (PEP 569), October 2024, April 2025 ; 3.9 (PEP 596), October 2025, April 2026 ; 3.10 (PEP 619), October 2026,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m using fastapi and couldn’t get it running well because of 3.6 Would much love 3.8+ (at least) support.
Python 3.9 is out now as well if we could just skip to that.