From 7052cdbaba113771f28aa1805899c1a49585b6c2 Mon Sep 17 00:00:00 2001 From: Colin Jermain Date: Sun, 18 Nov 2018 10:52:58 -0500 Subject: [PATCH] Removing Python 3.7 from normal Travis Python list --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0b10ef..2b3b303 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ python: - 3.4 - 3.5 - 3.6 - - 3.7 - pypy # Travis CI support for Python 3.7 currently requires patch (https://github.com/travis-ci/travis-ci/issues/9815)