Skip to content

Commit 5fed0c7

Browse files
authored
Document Python 2 deprecation (#6910)
1 parent 43ef868 commit 5fed0c7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/google-cloud-scheduler/README.rst

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

4242

43+
Supported Python Versions
44+
^^^^^^^^^^^^^^^^^^^^^^^^^
45+
Python >= 3.4
46+
47+
Deprecated Python Versions
48+
^^^^^^^^^^^^^^^^^^^^^^^^^^
49+
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
50+
51+
4352
Mac/Linux
4453
^^^^^^^^^
4554

packages/google-cloud-scheduler/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
packages=packages,
8080
namespace_packages=namespaces,
8181
install_requires=dependencies,
82+
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
8283
include_package_data=True,
8384
zip_safe=False,
8485
)

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