Skip to content

Commit d41682e

Browse files
committed
docs(sqla): Update README and CONTRIBUTING for Python 3.9 drop
1 parent 8da7e4b commit d41682e

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

packages/sqlalchemy-bigquery/CONTRIBUTING.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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
**********
255244
Versioning

packages/sqlalchemy-bigquery/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Python >= 3.10, <= 3.14
5555

5656
Unsupported Python Versions
5757
^^^^^^^^^^^^^^^^^^^^^^^^^^^
58+
.. version-scanner: ignore-next-line
5859
Python <= 3.9
5960

6061

0 commit comments

Comments
 (0)