diff --git a/.travis.yml b/.travis.yml index f7a63550..526088a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ +dist: focal language: python python: - 3.7 - 3.8 - 3.9 + - 3.10 addons: sonarcloud: @@ -30,4 +32,5 @@ jobs: - python: 3.7 - python: 3.8 - python: 3.9 + - python: 3.10 env: RUN_QUALITY_GATES=true