From 2603c83effa593ae1e0662e491425b335eaed765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 24 Feb 2021 12:29:06 +0100 Subject: .travis.yml: Remove Python 3.5 --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ff7329c..094381d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,16 +11,6 @@ python: - "3.8" - "3.9" -matrix: - include: - - python: 3.5 - dist: xenial # Bionic has no Python 3.5 - script: pip install zipp - - # Disabled, see https://github.com/sybrenstuvel/python-rsa/issues/131 - #- python: pypy3.5 - # dist: xenial # Bionic has no Python 3.5 - install: - pip install -U pip setuptools # https://github.com/pypa/virtualenv/issues/1630 - pip install pipenv -- cgit v1.2.1