Skip to content

Commit

Permalink
Announce deprecation of Python 2.7 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Dec 14, 2018
1 parent 50c1562 commit 75e7bd3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ Quick Start

$ pip install --upgrade google-cloud-happybase


Supported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^
Python >= 3.4

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


Authentication
--------------

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet',
],
}
Expand All @@ -69,5 +70,6 @@
packages=find_packages('src'),
package_dir={'': 'src'},
install_requires=REQUIREMENTS,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
**SETUP_BASE
)

0 comments on commit 75e7bd3

Please sign in to comment.