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
|
|
@ -4,7 +4,7 @@ install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TOX_ENV=py26
|
# - TOX_ENV=py26
|
||||||
- TOX_ENV=py27
|
- TOX_ENV=py27
|
||||||
- TOX_ENV=py33
|
- TOX_ENV=py33
|
||||||
- TOX_ENV=py34
|
- TOX_ENV=py34
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ This Github repository is the official one. The official website as well as olde
|
||||||
|
|
||||||
## Installation
|
## 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:
|
To install the [latest release](https://pypi.python.org/pypi/scour) of Scour from PyPI:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ from six.moves import range
|
||||||
try:
|
try:
|
||||||
from decimal import Decimal, InvalidOperation, getcontext
|
from decimal import Decimal, InvalidOperation, getcontext
|
||||||
except ImportError:
|
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
|
# Import Psyco if available
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue