fix(bigquery-magics): Drop support for Python 3.9 by chalmerlowe · Pull Request #16949 · googleapis/google-cloud-python · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/bigquery-magics/CONTRIBUTING.rst
4 changes: 2 additions & 2 deletions packages/bigquery-magics/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ dependencies.

Supported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^
Python >= 3.9
Python >= 3.10

Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Python <= 3.8.
Python <= 3.9.


Mac/Linux
Expand Down
13 changes: 0 additions & 13 deletions packages/bigquery-magics/noxfile.py
Loading