You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2023. It is now read-only.
Code samples and snippets live in the `samples/` folder.
54
+
55
+
56
+
Supported Python Versions
57
+
^^^^^^^^^^^^^^^^^^^^^^^^^
58
+
Our client libraries are compatible with all current [active](https://devguide.python.org/devcycle/#in-development-main-branch) and [maintenance](https://devguide.python.org/devcycle/#maintenance-branches) versions of
59
+
Python.
60
+
61
+
Python >= 3.7
62
+
63
+
Unsupported Python Versions
64
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
65
+
Python <= 3.6
66
+
67
+
If you are using an [end-of-life](https://devguide.python.org/devcycle/#end-of-life-branches)
68
+
version of Python, we recommend that you update as soon as possible to an actively supported version.
69
+
70
+
50
71
Mac/Linux
51
72
^^^^^^^^^
52
73
@@ -71,12 +92,12 @@ Windows
71
92
Next Steps
72
93
~~~~~~~~~~
73
94
74
-
- Read the `Client Library Documentation`_ for Google Cloud Bigquery
75
-
Migration API to see other available methods on the client.
76
-
- Read the `Bigquery Migration API Product documentation`_ to learn
95
+
- Read the `Client Library Documentation`_ for Google BigQuery Migration API
96
+
to see other available methods on the client.
97
+
- Read the `Google BigQuery Migration API Product documentation`_ to learn
77
98
more about the product and see How-to Guides.
78
99
- View this `README`_ to see the full list of Cloud
79
100
APIs that we cover.
80
101
81
-
.. _Bigquery Migration API Product documentation: https://cloud.google.com/bigquery/docs/reference/migration/
102
+
.. _Google BigQuery Migration API Product documentation: https://cloud.google.com/bigquery/docs/reference/migration/
0 commit comments