Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit e80a07e

Browse files
authored
Remove Python 2 compatibility (#478)
Python 2 was EoLed back in January. This commit removes it from the list of supported environments.
1 parent 8c70340 commit e80a07e

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# UNRELEASED
2+
- [REMOVED] Removed Python 2 compatibility from the supported environments.
23

34
# 2.14.0 (2020-08-17)
45

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/cloudant/python-cloudant.svg?branch=master)](https://travis-ci.org/cloudant/python-cloudant)
44
[![Readthedocs](https://readthedocs.org/projects/pip/badge/)](http://python-cloudant.readthedocs.io)
5-
[![Compatibility](https://img.shields.io/badge/python-2.7%2C%203.5-blue.svg)](http://python-cloudant.readthedocs.io/en/latest/compatibility.html)
5+
[![Compatibility](https://img.shields.io/badge/python-3.5-blue.svg)](http://python-cloudant.readthedocs.io/en/latest/compatibility.html)
66
[![pypi](https://img.shields.io/pypi/v/cloudant.svg)](https://pypi.python.org/pypi/cloudant)
77

88
This is the official Cloudant library for Python.

docs/compatibility.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ Note that some features are Cloudant specific.
1111

1212
This library has been tested with the following versions of Python
1313

14-
* `Python™ 2.7 <https://www.python.org/downloads/release/python-2711/>`_
1514
* `Python™ 3.5 <https://www.python.org/downloads/release/python-351/>`_

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
'Topic :: Software Development :: Libraries',
5656
'Development Status :: 5 - Production/Stable',
5757
'Programming Language :: Python',
58-
'Programming Language :: Python :: 2',
59-
'Programming Language :: Python :: 2.7',
6058
'Programming Language :: Python :: 3',
6159
'Programming Language :: Python :: 3.5'
6260
]

0 commit comments

Comments
 (0)