Skip to content

Commit

Permalink
Use Python 3.8 instead of 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Apr 24, 2020
1 parent 1d9dca6 commit bf3ca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: python
dist: xenial # required for Python >= 3.7

python:
- "3.5"
- "3.8"
- "3.7"
# Multiple "Test" jobs seems to be required to run tests when
# conditional stages are added. Run the CI with only one `python`
Expand Down

0 comments on commit bf3ca6c

Please sign in to comment.