diff options
author | Brett Holman <bholman.devel@gmail.com> | 2022-01-07 14:32:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 15:32:42 -0600 |
commit | 19948dbaf40309355e1a2dbef116efb0ce66245c (patch) | |
tree | 10fab826b7cd880220c444b24207693f5c94eb8e | |
parent | b966f431136052558358b0d68f268064b4330e12 (diff) | |
download | vyos-cloud-init-19948dbaf40309355e1a2dbef116efb0ce66245c.tar.gz vyos-cloud-init-19948dbaf40309355e1a2dbef116efb0ce66245c.zip |
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.
-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 |