Drop official support for Python 2.6

This commit is contained in:
Eduard Braun 2016-08-13 17:15:03 +02:00
parent 3f5c6c76c0
commit df142a2f22
3 changed files with 3 additions and 3 deletions

View file

@ -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: