diff --git a/.travis.yml b/.travis.yml index 1cb3861..ec287ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: - "3.4" - "3.5" - "3.6" - - "nightly" - "pypy3" matrix: include: @@ -13,6 +12,8 @@ matrix: dist: xenial - python: 3.8 dist: xenial + - python: 3.9 + dist: xenial - python: pypy dist: xenial - python: pypy3