From 93ecd7ba1ff51823011b32643196859cfd8dd352 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Fri, 7 Jan 2022 10:40:25 -0700 Subject: [PATCH 1/2] add 3.10 to test matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9fb6c1a6ed7..b28a2a0a125 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" - python: 3.9 - python: 3.8 - python: 3.7 From 7ca477d0ecfe4f361c8554dd3ddb851a4b73cda0 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Fri, 7 Jan 2022 10:48:30 -0700 Subject: [PATCH 2/2] 3.10.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b28a2a0a125..2351246b89d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,7 +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" + - python: "3.10.1" - python: 3.9 - python: 3.8 - python: 3.7