diff --git a/.travis.yml b/.travis.yml index 141fbf0..e0b5dbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,12 @@ # https://docs.travis-ci.com/user/customizing-the-build#The-Build-Lifecycle # https://docs.travis-ci.com/user/languages/python - -dist: xenial # required for Python >= 3.7 +dist: bionic # required for python >= 3.8 language: python python: - - "2.7" - "3.6" - "3.7" + - "3.8" # - "nightly" before_script: