Skip to content

Commit cf88cbd

Browse files
author
Brendan Whitfield
committed
dropping support for python 3.2
python 3.2 has an ugly problem where Unicode strings (the default in python 3) couldn't be used in binascii functions. This broke a lot of calls to unhexlify.
1 parent 7d4e624 commit cf88cbd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22

33
python:
44
- 2.7
5-
- 3.2
65
- 3.3
76
- 3.4
87
- 3.5

0 commit comments

Comments
 (0)