Skip to content

Commit

Permalink
Announce deprecation of Python 2.7 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Dec 14, 2018
1 parent 0f2e89b commit 1bbf20e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ See the `docs`_ for examples and usage.

.. _docs: https://googleapis.github.io/google-resumable-media-python/latest/

Supported Python Versions
-------------------------
Python >= 3.4

Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

License
-------

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
zip_safe=False,
install_requires=REQUIREMENTS,
extras_require=EXTRAS_REQUIRE,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand All @@ -60,6 +61,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet',
],
)

0 comments on commit 1bbf20e

Please sign in to comment.