From 19948dbaf40309355e1a2dbef116efb0ce66245c Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Fri, 7 Jan 2022 14:32:42 -0700 Subject: testing: Add 3.10 Test Coverage (#1173) Multiple supported distros (arch/fedora) have changed their default python version to 3.10. We should include it in the test matrix. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9fb6c1a6..2351246b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,6 +141,7 @@ matrix: env: TOXENV=doc # Test all supported Python versions (but at the end, so we schedule # longer-running jobs first) + - python: "3.10.1" - python: 3.9 - python: 3.8 - python: 3.7 -- cgit v1.2.3