summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py4
-rwxr-xr-xtest/run.sh2
2 files changed, 0 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index 03221fc..ca702c1 100644
--- a/setup.py
+++ b/setup.py
@@ -22,12 +22,8 @@ supports both textual and MIME-type output.
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
- 'Programming Language :: Python :: 3.4',
- 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
],
diff --git a/test/run.sh b/test/run.sh
index 2764e15..8c687cb 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -6,8 +6,6 @@ export LC_ALL=en_US.UTF-8
THISDIR=`dirname $0`
export PYTHONPATH=${THISDIR}/..
-echo "python2.6"
-python2.6 ${THISDIR}/test.py
echo "python2.7"
python2.7 ${THISDIR}/test.py
echo "python3.0"