From d01804d980136ffb9eacf5794bdbad6104e8e8a0 Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Tue, 20 Apr 2021 15:06:55 -0700 Subject: [PATCH] Stop running Python 3.5 in CI Python 3.5 always fails in CI these days Linking https://github.com/python/mypy/issues/9950 --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 471422ba75b5..4137040a149c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,14 +24,6 @@ env: jobs: fast_finish: true include: - # Specifically request 3.5.1 because we need to be compatible with that. - - name: "run test suite with python 3.5.1 (compiled with mypyc)" - python: 3.5.1 - dist: trusty - env: - - TOXENV=py - - EXTRA_ARGS="-n 2" - - TEST_MYPYC=1 - name: "run test suite with python 3.6" python: 3.6 # 3.6.3 pip 9.0.1 - name: "run test suite with python 3.7 (compiled with mypyc)"