diff --git a/.travis.yml b/.travis.yml index a0830a4..d6ccd03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ python: matrix: include: - { python: "3.7", dist: xenial, sudo: true } + - { python: "3.8", dist: xenial, sudo: true } + - { python: "3.9", dist: xenial, sudo: true } + - { python: "3.10", dist: xenial, sudo: true } + - { python: "3.11", dist: xenial, sudo: true } install: - make bootstrap script: