Skip to content

Commit 7488ba8

Browse files
committed
fix: remove CPython 3.5 builds
support will be dropped when 3.5 reaches EOL
1 parent d1bcc9d commit 7488ba8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ env:
1313
- PYTHON_IMAGE="pypy:3.6" PURERPC_BACKEND="asyncio"
1414
- PYTHON_IMAGE="pypy:3.6" PURERPC_BACKEND="curio"
1515
- PYTHON_IMAGE="pypy:3.6" PURERPC_BACKEND="trio"
16-
- PYTHON_IMAGE="python:3.5" PURERPC_BACKEND="asyncio"
17-
- PYTHON_IMAGE="python:3.5" PURERPC_BACKEND="uvloop"
18-
- PYTHON_IMAGE="python:3.5" PURERPC_BACKEND="curio"
19-
- PYTHON_IMAGE="python:3.5" PURERPC_BACKEND="trio"
2016
- PYTHON_IMAGE="python:3.6" PURERPC_BACKEND="asyncio"
2117
- PYTHON_IMAGE="python:3.6" PURERPC_BACKEND="uvloop"
2218
- PYTHON_IMAGE="python:3.6" PURERPC_BACKEND="curio"

0 commit comments

Comments
 (0)