Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Python 2 deprecation #6910

Merged
1 change: 1 addition & 0 deletions api_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions asset/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


crwilcox marked this conversation as resolved.
Show resolved Hide resolved
Mac/Linux
^^^^^^^^^

Expand Down
9 changes: 9 additions & 0 deletions automl/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions automl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
crwilcox marked this conversation as resolved.
Show resolved Hide resolved
'Operating System :: OS Independent',
'Topic :: Internet',
],
Expand Down
9 changes: 9 additions & 0 deletions bigquery/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions bigquery_datatransfer/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions bigquery_datatransfer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Internet',
],
Expand All @@ -83,6 +84,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions bigquery_storage/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions bigquery_storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions bigtable/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Internet',
],
Expand All @@ -85,6 +86,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions container/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions container/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Internet',
],
Expand All @@ -83,6 +84,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
2 changes: 2 additions & 0 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
'Programming Language :: Python :: 3.7',
"Operating System :: OS Independent",
"Topic :: Internet",
],
Expand All @@ -80,6 +81,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions dataproc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions dataproc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Internet',
],
Expand All @@ -83,6 +84,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions datastore/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Internet',
],
Expand All @@ -84,6 +85,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions dlp/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions dlp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Internet',
],
crwilcox marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
9 changes: 9 additions & 0 deletions dns/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Internet',
],
Expand All @@ -84,6 +85,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions error_reporting/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Internet',
],
Expand All @@ -83,6 +84,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
9 changes: 9 additions & 0 deletions firestore/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ dependencies.
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


Mac/Linux
^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions firestore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Internet',
],
Expand All @@ -85,6 +86,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)
Loading