Skip to content

Commit

Permalink
Remove Python 3.2 support.
Browse files Browse the repository at this point in the history
It disallowed using `u` in front of strings to create Unicode string
literals. The maintenance burden of supporting an old version of Python
3.2 is probably not worth it.
  • Loading branch information
musically-ut committed Apr 27, 2015
1 parent ee7b829 commit e8383f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "nightly"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def read(fname):
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Natural Language :: English"
Expand Down

0 comments on commit e8383f0

Please sign in to comment.