Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Drop unofficial Python 2.6 support.
Browse files Browse the repository at this point in the history
Before this branch, setup.py would abort on any Python version other than 2.7
anyway. Since our test runner no longer works on 2.6, we drop support here.
  • Loading branch information
larsyencken committed Oct 26, 2014
1 parent f8783bf commit f9817a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -45,7 +45,6 @@
'License :: OSI Approved :: ISC License (ISCL)',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit f9817a2

Please sign in to comment.