From fec0ce7a75797232db0ee4e9df5f277bedf06e39 Mon Sep 17 00:00:00 2001 From: Todd Sifleet Date: Fri, 28 Jul 2023 19:28:50 -0500 Subject: [PATCH] Test more python version --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: