Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
dropping Python 3.2 support
Browse files Browse the repository at this point in the history
It doesn’t support unicode litterals.
See: http://stackoverflow.com/a/6633040/735926
  • Loading branch information
bfontaine committed Oct 2, 2014
1 parent 1f4ad07 commit 4bcbad2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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'
install:
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ Usage
edt2ics <year>
Where ``year`` is one of: ``L3``, ``M1``, ``M2``.


Support
-------

Python 2.6, 2.7 and 3.3+.

0 comments on commit 4bcbad2

Please sign in to comment.