From df142a2f2248d4dc997d4c19aacf1656f8e42d10 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sat, 13 Aug 2016 17:15:03 +0200 Subject: [PATCH] Drop official support for Python 2.6 --- .travis.yml | 2 +- README.md | 2 +- scour/scour.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 890c175..e423675 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ install: - pip install tox env: - - TOX_ENV=py26 +# - TOX_ENV=py26 - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py34 diff --git a/README.md b/README.md index d4452f1..ceab3f6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This Github repository is the official one. The official website as well as olde ## Installation -Scour requires [Python](https://www.python.org) 2.6, 2.7 or 3.3+. Further, for installation, [pip](https://pip.pypa.io) should be used. +Scour requires [Python](https://www.python.org) 2.7 or 3.3+. Further, for installation, [pip](https://pip.pypa.io) should be used. To install the [latest release](https://pypi.python.org/pypi/scour) of Scour from PyPI: diff --git a/scour/scour.py b/scour/scour.py index 181d604..b74cf6a 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -68,7 +68,7 @@ from six.moves import range try: from decimal import Decimal, InvalidOperation, getcontext except ImportError: - print("Scour requires at least Python 2.6+ or Python 3.3+.") + print("Scour requires at least Python 2.7 or Python 3.3+.") # Import Psyco if available try: