Skip to content

Commit

Permalink
ci: do not build python 3.5 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Dec 31, 2020
1 parent b67e7c3 commit 15c6bed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ version: 2

jobs:

build-python35:
docker:
- image: python:3.5.10-buster
steps:
- checkout
- run: make deps-ubuntu deps-test deps install assets
- run: make test

build-python36:
docker:
- image: python:3.6.12-buster
Expand Down Expand Up @@ -38,7 +30,6 @@ workflows:
version: 2
build:
jobs:
- build-python35
- build-python36
- build-python37
- build-python38

0 comments on commit 15c6bed

Please sign in to comment.