From e031c35de5d5572be2182a7fb0fe8dd4c28b9595 Mon Sep 17 00:00:00 2001 From: Christian Bundy Date: Wed, 29 Dec 2021 14:24:21 -0800 Subject: [PATCH] Add support for Python 3.9 and 3.10 --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index cbe4e708c..4fdf3bac9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,12 @@ jobs: - os: linux dist: xenial python: 3.8 + - os: linux + dist: xenial + python: 3.9 + - os: linux + dist: xenial + python: "3.10" notifications: email: false