@@ -22,7 +22,7 @@ In order to add a feature:
2222 documentation.
2323
2424- The feature must work fully on the following CPython versions:
25- 3.9, 3. 10, 3.11, 3.12, and 3.13 on both UNIX and Windows.
25+ 3.10, 3.11, 3.12, and 3.13 on both UNIX and Windows.
2626
2727- The feature must not add unnecessary dependencies (where
2828 "unnecessary" is of course subjective, but new dependencies should
@@ -146,10 +146,7 @@ Running System Tests
146146 $ nox -s system-3.9 -- -k <name of test>
147147
148148
149- .. note::
150149
151- System tests are only configured to run under Python 3.9.
152- For expediency, we do not run them in older versions of Python 3.
153150
154151 This alone will not run the tests. You'll need to change some local
155152 auth settings and change some configuration in your project to
@@ -195,11 +192,11 @@ configure them just like the System Tests.
195192
196193 # Run all tests in a folder
197194 $ cd samples/snippets
198- $ nox -s py-3.9
195+ $ nox -s py-3.10
199196
200197 # Run a single sample test
201198 $ cd samples/snippets
202- $ nox -s py-3.9 -- -k <name of test>
199+ $ nox -s py-3.10 -- -k <name of test>
203200
204201********************************************
205202Note About ``README `` as it pertains to PyPI
@@ -221,13 +218,11 @@ Supported Python Versions
221218
222219We support:
223220
224- - `Python 3.9 `_
225221- `Python 3.10 `_
226222- `Python 3.11 `_
227223- `Python 3.12 `_
228224- `Python 3.13 `_
229225
230- .. _Python 3.9 : https://docs.python.org/3.9/
231226.. _Python 3.10 : https://docs.python.org/3.10/
232227.. _Python 3.11 : https://docs.python.org/3.11/
233228.. _Python 3.12 : https://docs.python.org/3.12/
@@ -239,7 +234,7 @@ Supported versions can be found in our ``noxfile.py`` `config`_.
239234.. _config : https://github.com/googleapis/python-aiplatform/blob/main/noxfile.py
240235
241236
242- We also explicitly decided to support Python 3 beginning with version 3.9 .
237+ We also explicitly decided to support Python 3 beginning with version 3.10 .
243238Reasons for this include:
244239
245240- Encouraging use of newest versions of Python 3
0 commit comments