From c879392b02e4fa1fdd6161db0ed136a76da9ae62 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Mon, 1 Jun 2020 22:42:23 -0700 Subject: [PATCH] CI: remove py39 (#4154) I can't find a way to pin it to beta, and if they're going to make changes that will break typeshed CI we shouldn't run it in CI. I would like to make this run with Travis' allow_failures, but I can't seem to make it work. Co-authored-by: hauntsaninja <> --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 554cbe227..bb70c9fdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,10 +39,6 @@ jobs: - name: "flake8" install: pip install -r requirements-tests-py3.txt script: flake8 - - name: "stubtest py39" - python: 3.9-dev - install: pip install -U git+git://github.com/python/mypy@b3d43984 - script: ./tests/stubtest_test.py - name: "stubtest py38" python: 3.8 install: pip install -U git+git://github.com/python/mypy@b3d43984