Skip to content

Commit 3b1b7ca

Browse files
committed
travis: Don't support Python 3.2, 3.3
These are EOL upstream. A release note is included to make this official. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent aed0cc6 commit 3b1b7ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: python
22
sudo: false
33
python:
44
- 2.7
5-
- 3.2
6-
- 3.3
75
- 3.4
86
- 3.5
97
- 3.6
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
other:
3+
- |
4+
Python 3.2 and 3.3 are no longer supported as both versions are EOL.

0 commit comments

Comments
 (0)