Skip to content

Commit

Permalink
[CI] according previous commirt remove py35 support
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-v authored Oct 29, 2020
1 parent 97f91f4 commit 276c69b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ dist: xenial
sudo: false

python:
- "3.5"
- "3.6"
- "3.7"
- "3.7-dev" # 3.7 development branch
- "3.8-dev" # 3.7 development branch
- "3.7"
- "3.8"
- "3.9-dev" # 3.7 development branch
- "3.10-dev" # 3.7 development branch
- "nightly"

matrix:
allow_failures:
- python: "3.7-dev"
- python: "3.8-dev"
- python: "3.9-dev"
- python: "3.10-dev"
- python: "nightly"

services:
Expand Down

0 comments on commit 276c69b

Please sign in to comment.