Drop official support for Python 2.6
This commit is contained in:
parent
3f5c6c76c0
commit
df142a2f22
3 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue