Skip to content

Commit

Permalink
Document Python 2 deprecation (#6910)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Dec 14, 2018
1 parent 43ef868 commit 5fed0c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-scheduler/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 packages/google-cloud-scheduler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
packages=packages,
namespace_packages=namespaces,
install_requires=dependencies,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
include_package_data=True,
zip_safe=False,
)

0 comments on commit 5fed0c7

Please sign in to comment.