Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit da80b13

Browse files
authored
Add notice of Python 2.7 deprecation (#112)
1 parent dc81a2e commit da80b13

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ Installation
4848
`virtualenv <https://virtualenv.pypa.io/en/latest/>`_.
4949

5050

51+
Supported Python Versions
52+
^^^^^^^^^^^^^^^^^^^^^^^^^
53+
Python >= 3.4
54+
55+
Deprecated Python Versions
56+
^^^^^^^^^^^^^^^^^^^^^^^^^^
57+
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
58+
59+
5160
Usage
5261
-----
5362

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@
3333
'Programming Language :: Python :: 3.4',
3434
'Programming Language :: Python :: 3.5',
3535
'Programming Language :: Python :: 3.6',
36+
'Programming Language :: Python :: 3.7',
3637
'Programming Language :: Python :: Implementation :: CPython',
3738
],
3839
description='Client library for the Dialogflow API',
3940
include_package_data=True,
4041
long_description=long_description,
4142
install_requires=install_requires,
43+
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
4244
license='Apache 2.0',
4345
packages=find_packages(),
4446
url='https://github.com/dialogflow/dialogflow-python-client-v2',

0 commit comments

Comments
 (0)