Skip to content

Commit

Permalink
Revert "Declare support for Python 3."
Browse files Browse the repository at this point in the history
dnspython doesn't support Python 3, so we can't ... yet. Sad day.

This reverts commit 5ff21ef.
  • Loading branch information
michaelherold committed Oct 30, 2013
1 parent 5ff21ef commit 26e4036
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
python:
- 2.7
- 3.2
- 3.3
install:
- pip install -r requirements.txt --use-mirrors
- pip install coveralls --use-mirrors
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent"
"Topic :: Communications :: Email",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit 26e4036

Please sign in to comment.