Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove python3.3 from Travis
AWS only supports python 3.6 and 3.7.
Also, python 3.3 reached the end of its life on 29 September 2017.
  • Loading branch information
luisaverdes committed Aug 25, 2019
commit 4052fcc43c4c747bd8befa692bafa14c73bd4452
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down