Skip to content

Commit

Permalink
Add notice of Python 2.7 deprecation (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Dec 14, 2018
1 parent d53b1c7 commit 80d0bc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-dialogflow/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ Installation
`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.


Usage
-----

Expand Down
2 changes: 2 additions & 0 deletions packages/google-cloud-dialogflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
],
description='Client library for the Dialogflow API',
include_package_data=True,
long_description=long_description,
install_requires=install_requires,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
license='Apache 2.0',
packages=find_packages(),
url='https://github.com/dialogflow/dialogflow-python-client-v2',
Expand Down

0 comments on commit 80d0bc5

Please sign in to comment.