Skip to content

Commit 185c729

Browse files
authored
docs: Update guides to require Python 3.10+ following Python 3.9 drop (#2020)
## Description This PR updates the installation guides and documentation to reflect that Python 3.9 is no longer supported. Users are now instructed to install Python 3.10+. ## Context This is a follow-up to googleapis/mcp-toolbox-sdk-python#422, which officially removed support for Python 3.9 from the Python SDKs codebase. This change ensures the documentation aligns with the current package requirements.
1 parent 87ef9c5 commit 185c729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/getting-started/local_quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: >
1313

1414
This guide assumes you have already done the following:
1515

16-
1. Installed [Python 3.9+][install-python] (including [pip][install-pip] and
16+
1. Installed [Python 3.10+][install-python] (including [pip][install-pip] and
1717
your preferred virtual environment tool for managing dependencies e.g.
1818
[venv][install-venv]).
1919
1. Installed [PostgreSQL 16+ and the `psql` client][install-postgres].

docs/en/samples/bigquery/local_quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.
1414

1515
This guide assumes you have already done the following:
1616

17-
1. Installed [Python 3.9+][install-python] (including [pip][install-pip] and
17+
1. Installed [Python 3.10+][install-python] (including [pip][install-pip] and
1818
your preferred virtual environment tool for managing dependencies e.g.
1919
[venv][install-venv]).
2020
1. Installed and configured the [Google Cloud SDK (gcloud CLI)][install-gcloud].

0 commit comments

Comments
 (0)