Skip to content

Commit 2dafba0

Browse files
authored
Document Python 2 deprecation (#6910)
1 parent 5139039 commit 2dafba0

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

packages/google-cloud-kms/README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ dependencies.
4949
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/
5050

5151

52+
Supported Python Versions
53+
^^^^^^^^^^^^^^^^^^^^^^^^^
54+
Python >= 3.4
55+
56+
Deprecated Python Versions
57+
^^^^^^^^^^^^^^^^^^^^^^^^^^
58+
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
59+
60+
5261
Mac/Linux
5362
^^^^^^^^^
5463

packages/google-cloud-kms/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,15 @@
6464
'Programming Language :: Python :: 3.4',
6565
'Programming Language :: Python :: 3.5',
6666
'Programming Language :: Python :: 3.6',
67+
'Programming Language :: Python :: 3.7',
6768
'Operating System :: OS Independent',
6869
'Topic :: Internet',
6970
],
7071
platforms='Posix; MacOS X; Windows',
7172
packages=packages,
7273
namespace_packages=namespaces,
7374
install_requires=dependencies,
75+
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
7476
include_package_data=True,
7577
zip_safe=False,
7678
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy