From 905d5acd15ed113c0209ebf089d6108403583b72 Mon Sep 17 00:00:00 2001 From: Aneesh Karve Date: Mon, 24 Apr 2017 17:04:27 -0700 Subject: [PATCH] drop support for Python 3.3; very low penetration per https://github.com/pypa/pip/issues/3796; we could theoretically support until 9/17 but it really slows CI down --- .travis.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ff1a877f4c..af2b47876d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,6 @@ matrix: - os: linux sudo: required python: 2.7 - - os: linux - sudo: required - python: 3.3 - os: linux sudo: required python: 3.4 diff --git a/README.md b/README.md index ef4a8a1b4c9..f2bb01a4ca8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Chat with us on [quiltdata.com](https://quiltdata.com/). ## Supported Python versions * 2.7 * ~~3.2~~ -* 3.3 +* ~~3.3~~ * 3.4 * 3.5 * 3.6