Add Python 3.9-dev to Travis configuration.

Python 3.9 hasn't landed yet on Travis, but nightly is already 3.10.
This commit is contained in:
Andi Albrecht 2020-10-07 08:36:09 +02:00
parent 78d5b1bebb
commit 9a9c887012
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
# - "3.9"
- "3.9-dev"
- "nightly"
- "pypy3"