Skip to content

Commit

Permalink
Merge pull request #49 from yuma-m/feature/python-3.9
Browse files Browse the repository at this point in the history
Drop Python 3.4 and add Python 3.9 on build test
  • Loading branch information
yuma-m authored Dec 26, 2020
2 parents 3d85e71 + 1827d1c commit d845a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "nightly"

install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ True
## Supported Python Versions

- 2.7
- 3.4 and above
- 3.5 and above

## Links

Expand Down

0 comments on commit d845a34

Please sign in to comment.