Skip to content

Commit

Permalink
Drop support for Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonclugg authored and katharosada committed Apr 10, 2018
1 parent 18acc1b commit 58bef8a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# createsend

A Python library which implements the complete functionality of the [Campaign Monitor API](http://www.campaignmonitor.com/api/). Requires Python 2.6, 2.7, 3.3, 3.4, or 3.5.
A Python library which implements the complete functionality of the [Campaign Monitor API](http://www.campaignmonitor.com/api/). Requires Python 2.7, 3.3, 3.4, or 3.5.

## Installation

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"Programming Language :: Python :: 3",

# Specifically, we support the following releases.
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tox]
# pip is broken on py32
envlist = py26, py27, py30, py31, py33, py34, py35, py36, py37
envlist = py27, py30, py31, py33, py34, py35, py36, py37

[testenv]
install_command=pip install {packages}
Expand Down

0 comments on commit 58bef8a

Please sign in to comment.