Skip to content

Commit

Permalink
Add Python 3.8 and 3.9 to the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Jan 3, 2021
1 parent 084f489 commit d96ded1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ python:
- "3.6-dev"
- "3.7"
- "3.7-dev"
- "3.8"
- "3.8-dev"
- "3.9"
- "3.9-dev"
- "nightly"
- "pypy3.5"
env:
Expand Down

0 comments on commit d96ded1

Please sign in to comment.