Skip to content

Commit 2603c83

Browse files
committed
.travis.yml: Remove Python 3.5
1 parent 3b8c94c commit 2603c83

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ python:
1111
- "3.8"
1212
- "3.9"
1313

14-
matrix:
15-
include:
16-
- python: 3.5
17-
dist: xenial # Bionic has no Python 3.5
18-
script: pip install zipp
19-
20-
# Disabled, see https://github.com/sybrenstuvel/python-rsa/issues/131
21-
#- python: pypy3.5
22-
# dist: xenial # Bionic has no Python 3.5
23-
2414
install:
2515
- pip install -U pip setuptools # https://github.com/pypa/virtualenv/issues/1630
2616
- pip install pipenv

0 commit comments

Comments
 (0)