File tree Expand file tree Collapse file tree
packages/sqlalchemy-bigquery Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,17 +239,6 @@ Supported versions can be found in our ``noxfile.py`` `config`_.
239239.. _config : https://github.com/googleapis/google-cloud-python/blob/main/packages/sqlalchemy-bigquery/noxfile.py
240240
241241
242- We also explicitly decided to support Python 3 beginning with version 3.9.
243- Reasons for this include:
244-
245- - Encouraging use of newest versions of Python 3
246- - Taking the lead of `prominent `_ open-source `projects `_
247- - `Unicode literal support `_ which allows for a cleaner codebase that
248- works in both Python 2 and Python 3
249-
250- .. _prominent : https://docs.djangoproject.com/en/1.9/faq/install/#what-python-version-can-i-use-with-django
251- .. _projects : http://flask.pocoo.org/docs/0.10/python3/
252- .. _Unicode literal support : https://www.python.org/dev/peps/pep-0414/
253242
254243**********
255244Versioning
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Python >= 3.10, <= 3.14
5555
5656Unsupported Python Versions
5757^^^^^^^^^^^^^^^^^^^^^^^^^^^
58+ .. version-scanner: ignore-next-line
5859 Python <= 3.9
5960
6061
You can’t perform that action at this time.
0 commit comments