Skip to content

Commit b11fbed

Browse files
Michael0x2ailevkivskyi
authored andcommitted
Remove Python 3.2 from .travis.yml (#444)
Our `setup.py` file explicitly throws an error when users try and install typing for Python 3.0 through 3.2. In that case, it doesn't seem like testing typing against Python 3.2 is worth it.
1 parent eb96eb7 commit b11fbed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
- "3.5"
88
- "3.4"
99
- "3.3"
10-
- "3.2"
1110
- "2.7"
1211

1312
install:

0 commit comments

Comments
 (0)