From 1cf1c874db797c9dec7b2f134b5cffdc721e94da Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Thu, 26 Aug 2021 10:56:43 -0400 Subject: [PATCH] Added Python 3.10 support. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 25601d1..3efe2fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: - "3.7" - "3.8" - "3.9" + - "3.10" cache: - pip