From: Joshua Roesslein Date: Fri, 2 Mar 2018 23:16:13 +0000 (-0800) Subject: Drop support for 2.6 and 3.3 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e8e779a017a4d42bcfc3de532df7d477fe4121ee;p=tweepy.git Drop support for 2.6 and 3.3 --- diff --git a/.travis.yml b/.travis.yml index 272b962..32c3ec8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,7 @@ language: python cache: pip python: -- '2.6' - '2.7' -- '3.3' - '3.4' - '3.5' - '3.6'