diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |