docs: Document Python 3.10+ requirement for the Serverless Python SDK#667
Conversation
|
|
||
| ## Python | ||
|
|
||
| The Python SDK requires Python 3.10 or higher. |
There was a problem hiding this comment.
PR #512 raises the SDK floor to Python 3.10 (requires-python = ">=3.10" in pyproject.toml, python_requires=">=3.10" in setup.py), and the SDK README.md now states "Python 3.10 or higher is required." Added the matching requirement note to this install page, which previously stated no Python version.
Source: runpod/runpod-python#512
|
|
||
| * You've [created a Runpod account](/get-started/manage-accounts). | ||
| * You've installed [Python 3.x](https://www.python.org/downloads/) and [Docker](https://docs.docker.com/get-started/get-docker/) on your local machine and configured them for your command line. | ||
| * You've installed [Python 3.10 or higher](https://www.python.org/downloads/) and [Docker](https://docs.docker.com/get-started/get-docker/) on your local machine and configured them for your command line. |
There was a problem hiding this comment.
Changed "Python 3.x" to "Python 3.10 or higher" because PR #512 set requires-python = ">=3.10" in pyproject.toml and dropped EOL 3.8/3.9, so the quickstart's pip install runpod step would fail on the older versions it previously implied were fine.
Source: runpod/runpod-python#512
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.) |
Open this suggestion in Promptless to view citations and reasoning process
The runpod-python SDK now requires Python 3.10 or higher (runpod/runpod-python#512 dropped EOL 3.8/3.9). Adds the requirement to the Serverless SDK install page (serverless/sdks.mdx) and updates the Serverless quickstart (serverless/quickstart.mdx), which installs
runpodbut previously said "Python 3.x", to require Python 3.10+ for consistency.Trigger Events
Tip: Adjust how proactive or focused Promptless is in Agent Settings ⚙️